pgjwt: 0.0.1 -> unstable-2017-04-24

- updated to the latest revision
- fixed version format as there are no releases yet
This commit is contained in:
WilliButz 2017-09-29 16:15:59 +02:00
parent 45ffca6ff8
commit d387bc8936
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub }: { stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "pgjwt-${version}"; name = "pgjwt-${version}";
version = "0.0.1"; version = "unstable-2017-04-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "michelp"; owner = "michelp";
repo = "pgjwt"; repo = "pgjwt";
rev = "12a41eef15e6d3a22399e03178560d5174d496a3"; rev = "546a2911027b716586e241be7fd4c6f1785237cd";
sha256 = "1dgx7kqkf9d7j5qj3xykx238xm8jg0s6c8h7zyl4lx8dmbz9sgsv"; sha256 = "1riz0xvwb6y02j0fljbr9hcbqb2jqs4njlivmavy9ysbcrrv1vrf";
}; };
dontBuild = true; dontBuild = true;
installPhase = '' installPhase = ''