sticky: 1.14 -> 1.16

https://github.com/linuxmint/sticky/compare/1.14...1.16

+2 -2
+2 -2
pkgs/applications/misc/sticky/default.nix
··· 12 12 13 13 python3.pkgs.buildPythonApplication rec { 14 14 pname = "sticky"; 15 - version = "1.14"; 15 + version = "1.16"; 16 16 format = "other"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "linuxmint"; 20 20 repo = pname; 21 21 rev = version; 22 - hash = "sha256-7UZbCbzQ1ZrSzxTUdbA+wsH3p27qj/c/cM4GY/kzG6E="; 22 + hash = "sha256-+opzjvSdGwwn1imNzSsfD9rfs4naSXzcMBJRPhKW2WM="; 23 23 }; 24 24 25 25 postPatch = ''