Skip to content

Commit

Permalink
openisns: 0.95 -> 0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 16, 2017
1 parent 900cc90 commit 96b4d69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/os-specific/linux/open-isns/default.nix
@@ -1,17 +1,18 @@
{ stdenv, openssl, fetchFromGitHub }:

stdenv.mkDerivation rec {
name = "open-isns-${version}";
version = "0.95";
version = "0.97";

src = fetchFromGitHub {
owner = "gonzoleeman";
repo = "open-isns";
rev = "v${version}";
sha256 = "1c2x3yf9806gbjsw4xi805rfhyxk353a3whqvpccz8dwas6jajwh";
sha256 = "17aichjgkwjfp9dx1piw7dw8ddz1bgm5mk3laid2zvjks1h739k3";
};

propagatedBuildInputs = [ openssl ];
outputs = ["out" "lib" ];
outputs = [ "out" "lib" ];
outputInclude = "lib";

installFlags = "etcdir=$(out)/etc vardir=$(out)/var/lib/isns";
Expand Down

0 comments on commit 96b4d69

Please sign in to comment.