keepassxc: 2.7.11 -> 2.7.12
Changelog: https://github.com/keepassxreboot/keepassxc/releases/tag/2.7.12 Diff: https://github.com/keepassxreboot/keepassxc/compare/2.7.11...2.7.12
This commit is contained in:
@@ -37,13 +37,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "keepassxc";
|
||||
version = "2.7.11";
|
||||
version = "2.7.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "keepassxreboot";
|
||||
repo = "keepassxc";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-Hec3RBC/f0GV6ZBniy+BjMAkABlg111mShrQv0aYm6g=";
|
||||
hash = "sha256-eg8jRaSJdRBpEOHQ8E3jXcdwRzsnyq6r4RLyltdpIB8=";
|
||||
};
|
||||
|
||||
env =
|
||||
|
||||
Reference in New Issue
Block a user