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

miriway: 0-unstable-2024-07-17 -> 0-unstable-2024-08-14
This commit is contained in:
Nick Cao 2024-08-16 08:51:36 -04:00 committed by GitHub
commit 3fd6d5b396
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 = "0-unstable-2024-07-17";
version = "0-unstable-2024-08-14";
src = fetchFromGitHub {
owner = "Miriway";
repo = "Miriway";
rev = "810dea99773f96a4ef4471bf00c65089956ff97a";
hash = "sha256-hkHipu1ERiM8UH18NuyxILyxxXvyVTOSLBP/7Z64ZTg=";
rev = "2d00e8a61cb029cec96596897a1dada8033c601a";
hash = "sha256-DB07IGFXLQj2LsU8iVZrSda0FS/efKUAolet8fK9Clo=";
};
strictDeps = true;