Skip to content

Commit ce7a9d4

Browse files
committed
miriway: 25.11 -> 25.12
1 parent 7e0287c commit ce7a9d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/mi/miriway/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "miriway";
20-
version = "25.11";
20+
version = "25.12";
2121

2222
src = fetchFromGitHub {
2323
owner = "Miriway";
2424
repo = "Miriway";
2525
tag = "v${finalAttrs.version}";
26-
hash = "sha256-tXxRKGP/MMXOD1QtOYj5E9IurLoUUu1JBg8+l5z0KCQ=";
26+
hash = "sha256-I+W3tYhjnT3SI6U1K7Xz/5rBHYM3ZAeqj3vRgOXz+lU=";
2727
};
2828

2929
postPatch = ''

0 commit comments

Comments
 (0)