3
0
Fork 0
forked from mirrors/nixpkgs

sticky: 1.11 -> 1.12

This commit is contained in:
Bobby Rong 2022-08-15 10:59:24 +08:00
parent 53abe2aa3e
commit ffd1c04242

View file

@ -11,14 +11,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sticky";
version = "1.11";
version = "1.12";
format = "other";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-PXJpNKzF9goQvfh3lUUfOaZFessFNrWtg8nMDxPxRMo=";
hash = "sha256-kAO8Qz4bTn3+YeIXAvPZ1SpKgn+g+rBgi9+TaqL1vOY=";
};
postPatch = ''