rewaita: 1.0.5 -> 1.0.8

This commit is contained in:
R. Ryantm
2025-09-25 11:56:45 +00:00
parent 18dcbe9f90
commit 89c2d61f0f
+2 -2
View File
@@ -16,7 +16,7 @@
nix-update-script,
}:
let
version = "1.0.5";
version = "1.0.8";
in
python3Packages.buildPythonApplication {
pname = "rewaita";
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication {
owner = "SwordPuffin";
repo = "Rewaita";
tag = "v${version}";
hash = "sha256-Q4HUly78liI0OfmD9llR+00qUKE+mioeNE0TIypCB9k=";
hash = "sha256-T1MrSg3DO6U/ztX4LYB1Uhpne+7xAfr8+INV5CyS0eE=";
};
postPatch = ''