Merge pull request #296746 from r-ryantm/auto-update/miriway

miriway: unstable-2024-03-06 -> unstable-2024-03-15
This commit is contained in:
Nick Cao 2024-03-18 13:23:33 -07:00 committed by GitHub
commit 36501e2dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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