sticky: 1.14 -> 1.16

https://github.com/linuxmint/sticky/compare/1.14...1.16
This commit is contained in:
Bobby Rong
2023-06-08 19:36:06 +08:00
parent 64aa3024b5
commit a0aef0bec7
+2 -2
View File
@@ -12,14 +12,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sticky";
version = "1.14";
version = "1.16";
format = "other";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-7UZbCbzQ1ZrSzxTUdbA+wsH3p27qj/c/cM4GY/kzG6E=";
hash = "sha256-+opzjvSdGwwn1imNzSsfD9rfs4naSXzcMBJRPhKW2WM=";
};
postPatch = ''