Merge pull request #13964 from nathanielbaxter/dev/keepass

keepass: 2.31 -> 2.32

+2 -2
+2 -2
pkgs/applications/misc/keepass/default.nix
··· 8 # plugin derivations in the Nix store and nowhere else. 9 with builtins; buildDotnetPackage rec { 10 baseName = "keepass"; 11 - version = "2.31"; 12 13 src = fetchurl { 14 url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip"; 15 - sha256 = "10bqxpq30gzfq2ip6dkmqlzzsh3bnfdb01jry5xhgxvlycq1lnsm"; 16 }; 17 18 sourceRoot = ".";
··· 8 # plugin derivations in the Nix store and nowhere else. 9 with builtins; buildDotnetPackage rec { 10 baseName = "keepass"; 11 + version = "2.32"; 12 13 src = fetchurl { 14 url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip"; 15 + sha256 = "11bkflmqrpfk95v2j7pjcm78nilx2s611mn2x7kxwn77ilnbcjbw"; 16 }; 17 18 sourceRoot = ".";