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

miriway: unstable-2024-04-16 -> unstable-2024-04-25
This commit is contained in:
Nick Cao 2024-04-26 09:35:20 -04:00 committed by GitHub
commit 7af0845933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "miriway";
version = "unstable-2024-04-16";
version = "unstable-2024-04-25";
src = fetchFromGitHub {
owner = "Miriway";
repo = "Miriway";
rev = "d7f43ac201e6f1aa7aeee668f5d16683f48917f1";
hash = "sha256-hUTK7kd7gTvms4HMF7BgYWomRYZyRkqUfjhVtEF+YRE=";
rev = "a3f074be78e77bab378f064452420923b6f9c331";
hash = "sha256-D+ClEJL/iCLARaTXe5QpI/uHE61Lajzz5A5EphgHCl8=";
};
strictDeps = true;