Unverified Commit 17dfb423 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

keepassxc: 2.7.11 -> 2.7.12 (#498605)

parents 147eb7e2 d208f349
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 =