Merge pull request #132955 from r-ryantm/auto-update/keepass

keepass: 2.46 -> 2.48.1

authored by

Artturi and committed by
GitHub
be8db358 024ad03c

+2 -2
+2 -2
pkgs/applications/misc/keepass/default.nix
··· 3 4 with builtins; buildDotnetPackage rec { 5 baseName = "keepass"; 6 - version = "2.46"; 7 8 src = fetchurl { 9 url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip"; 10 - sha256 = "0zyclydgyg8nhwxrzw7x4f82975cqdmp12py33k6sballx6jhgiy"; 11 }; 12 13 sourceRoot = ".";
··· 3 4 with builtins; buildDotnetPackage rec { 5 baseName = "keepass"; 6 + version = "2.48.1"; 7 8 src = fetchurl { 9 url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip"; 10 + sha256 = "sha256-HkAgKPvf8TUgUlgsGWVgjuYJaRPGi8obOFQEtmzDtLE="; 11 }; 12 13 sourceRoot = ".";