gogui: 1.5.3 -> 1.5.4a
This commit is contained in:
parent
f4de47d49e
commit
db3d0e06da
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.5.3";
|
version = "1.5.4a";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "gogui";
|
pname = "gogui";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -20,7 +20,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "Remi-Coulom";
|
owner = "Remi-Coulom";
|
||||||
repo = "gogui";
|
repo = "gogui";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-GezFhNYB542JnAIUeUVa188+SR5mCedwj0hZN8L83UQ=";
|
hash = "sha256-UFhOk2mAnTtxfwEOHquN64YDCRq7nNUqZAPQf77MEEw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue