sticky: 1.16 -> 1.17

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

+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.16"; 15 + version = "1.17"; 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-+opzjvSdGwwn1imNzSsfD9rfs4naSXzcMBJRPhKW2WM="; 22 + hash = "sha256-Am62Azm27irIUQEpZVY8ZP2pslH1eaiyRBdq4eSakQA="; 23 23 }; 24 24 25 25 postPatch = ''