goimapnotify: 2.5 -> 2.5.2 (#423467)

Co-authored-by: rafaelrc7 <contact@rafaelrc.com>

authored by nixpkgs-merge-bot[bot] rafaelrc7 and committed by GitHub 1191b52f f6f21588

+2 -2
+2 -2
pkgs/by-name/go/goimapnotify/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "goimapnotify"; 10 - version = "2.5"; 10 + version = "2.5.2"; 11 11 12 12 src = fetchFromGitLab { 13 13 owner = "shackra"; 14 14 repo = "goimapnotify"; 15 15 tag = version; 16 - hash = "sha256-RHTOieuw4ZeM1hKHUobMIzAKQ2ZgqIaJMoemF6JY8Vg="; 16 + hash = "sha256-ZCcnAwkfU1EoCtbQiR76f8drcYqgxxsz2eJJr5mbr6A="; 17 17 }; 18 18 19 19 vendorHash = "sha256-5cZzaCoOR1R7iST0q3GaJbYIbKKEigeWqhp87maOL04=";