libjcat: 0.1.5 -> 0.1.6

wip/yesman
R. RyanTM 3 years ago committed by Jan Tojnar
parent c103d34d34
commit 952c7062bd
  1. 4
      pkgs/development/libraries/libjcat/default.nix

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "libjcat";
version = "0.1.5";
version = "0.1.6";
outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "hughsie";
repo = "libjcat";
rev = version;
sha256 = "sha256-xf/hzTzhxKJDL5Way0Qbrs8pXCvAQ+ADtgJO2GbEvmc=";
sha256 = "sha256-X+mFl0YZpnt6zzvVTGZN7PROVUaQ8ZmU3T0EgyoZX6g=";
};
patches = [

Loading…
Cancel
Save