rewaita: 1.1.0 -> 1.1.1 (#481018)

This commit is contained in:
Weijia Wang
2026-02-09 00:53:57 +00:00
committed by GitHub
+2 -2
View File
@@ -17,7 +17,7 @@
nix-update-script,
}:
let
version = "1.1.0";
version = "1.1.1";
in
python3Packages.buildPythonApplication {
pname = "rewaita";
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication {
owner = "SwordPuffin";
repo = "Rewaita";
tag = "v${version}";
hash = "sha256-B3CxtGKLvlGORae1b7vMDFbvNntVO24yrzbiHzOP28k=";
hash = "sha256-T9GQuhMkCEUFX2BpTTQ+zKhDpSxtVKuncITtm7nqzyY=";
};
postPatch = ''