Unverified Commit 70eb2b8d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #245293 from r-ryantm/auto-update/cryfs

cryfs: 0.11.3 -> 0.11.4
parents 4aeb502e 173f8aa3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "cryfs";
  version = "0.11.3";
  version = "0.11.4";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    hash = "sha256-7luTCDjrquG8aBZ841VPwV9/ea8faHGLQtmRahqGTss=";
    hash = "sha256-OkJhLg+YzS3kDhlpUQe9A+OiVBPG/iKs6OU7aKFJ5wY=";
  };

  postPatch = ''