sticky: 1.21 -> 1.22

https://github.com/linuxmint/sticky/compare/1.21...1.22
This commit is contained in:
Bobby Rong 2024-07-22 21:37:28 +08:00
parent d67092b4c4
commit ab66e0577d
No known key found for this signature in database

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "sticky";
version = "1.21";
version = "1.22";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-EH5EyvI3iAZr+aSV3DKM9RLkPmUcwKKXlOXSU0ECsPI=";
hash = "sha256-JrzBME1d4qvGjF2zdiqCX7h+sFadLsRQqZKnQj7elHs=";
};
postPatch = ''