Commit d208f349 authored by Jost Alemann's avatar Jost Alemann
Browse files
parent 63d4fcb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =