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

keepass: 2.56 -> 2.57
This commit is contained in:
Pol Dellaiera 2024-06-02 21:30:33 +02:00 committed by GitHub
commit fc22cf162a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "keepass";
version = "2.56";
version = "2.57";
src = fetchurl {
url = "mirror://sourceforge/keepass/KeePass-${finalAttrs.version}-Source.zip";
hash = "sha256-e6+z3M36LiS0/UonJOvD3q6+Ic31uMixL8DoML0UhEQ=";
hash = "sha256-emJ4QhhIaUowG4SAUzRK6hUendc/H6JH09Js2Ji9PQ0=";
};
sourceRoot = ".";