miriway: unstable-2024-04-02 -> unstable-2024-04-04

This commit is contained in:
R. Ryantm 2024-04-08 18:18:23 +00:00
parent f6eb921406
commit 4eb4fa137f
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "miriway";
version = "unstable-2024-04-02";
version = "unstable-2024-04-04";
src = fetchFromGitHub {
owner = "Miriway";
repo = "Miriway";
rev = "ff58ed8f9f646ce11b5a43f39a03f7a916d8d695";
hash = "sha256-oqBGAAQxYoapCn2uvXFrc8L7P3lCXUCRbWE4q6Mp+oc=";
rev = "add1e0cd695985020328b0d76c91f85cc88207ff";
hash = "sha256-Vp9ZbN5lY26t3LhkflapsG84XEy0YQE4Kvxia0VlQyg=";
};
strictDeps = true;