miriway: unstable-2024-03-06 -> unstable-2024-03-15

This commit is contained in:
R. Ryantm 2024-03-17 20:17:28 +00:00
parent 1c30e585f2
commit 2d07a0187d

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "miriway"; pname = "miriway";
version = "unstable-2024-03-06"; version = "unstable-2024-03-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Miriway"; owner = "Miriway";
repo = "Miriway"; repo = "Miriway";
rev = "d58ec46b38aa1c18bbe5c3a0ba2ccdf73b069ee9"; rev = "dcc44916d0b25dd06d792947c837cf4cd8c24925";
hash = "sha256-0zbiSAF0T/OwRn5CYv2fLL4J3K5gUOmy3GK70RfXv5Y="; hash = "sha256-LnqhIVmC5F+FAIcYW+oT4t2ovRWeoV4zHpvbNhiY7Kw=";
}; };
strictDeps = true; strictDeps = true;