miriway: 24.10.1 -> 24.11.1

This commit is contained in:
OPNA2608
2024-12-05 23:15:37 +01:00
parent db2b768ef8
commit b14e7f5fc2
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "miriway";
version = "24.10.1";
version = "24.11.1";
src = fetchFromGitHub {
owner = "Miriway";
repo = "Miriway";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-jpXsvr2HnfMCJh851oS+IiQLSmL9C1bnaG6IPSq5xrA=";
hash = "sha256-DphzqU0jT2NE2dSDuQf6BQIjXTwJuPiOjfxk9N9YmaQ=";
};
postPatch = ''