sticky: 1.25 -> 1.26

https://github.com/linuxmint/sticky/compare/1.25...1.26

+2 -2
+2 -2
pkgs/by-name/st/sticky/package.nix
··· 16 17 stdenv.mkDerivation rec { 18 pname = "sticky"; 19 - version = "1.25"; 20 21 src = fetchFromGitHub { 22 owner = "linuxmint"; 23 repo = "sticky"; 24 rev = version; 25 - hash = "sha256-lM9R89CNj8ZXeOciwn/ax9wcsf3J4yPmzrgAntp8Fsg="; 26 }; 27 28 postPatch = ''
··· 16 17 stdenv.mkDerivation rec { 18 pname = "sticky"; 19 + version = "1.26"; 20 21 src = fetchFromGitHub { 22 owner = "linuxmint"; 23 repo = "sticky"; 24 rev = version; 25 + hash = "sha256-pwY5MO3xKgRQa1zYfcO02z6kOMofOFWqTUrwEYzkAEo="; 26 }; 27 28 postPatch = ''