miriway: unstable-2024-01-01 -> unstable-2024-01-19

This commit is contained in:
R. Ryantm 2024-01-20 04:05:47 +00:00
parent 8da872fefa
commit 189c1648cd

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "miriway";
version = "unstable-2024-01-01";
version = "unstable-2024-01-19";
src = fetchFromGitHub {
owner = "Miriway";
repo = "Miriway";
rev = "58fac84a9c3a049d2e71ffc125e157a906897aa8";
hash = "sha256-Tx+BWaiFHJ54K2eHbHVnkePV+YIktGFWbs/rLoNINPY=";
rev = "f07e593576cd5f8cddbad9c35e1fbfdfcb8e7de9";
hash = "sha256-KIsgaf18UM9fg5ULy7MO4pFIXSpdDoPuEuRcsqnAcJ0=";
};
strictDeps = true;