mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
gogui: 1.5.4a -> 1.6.0
This commit is contained in:
parent
a76c90c333
commit
e42a3f8bcc
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "gogui";
|
pname = "gogui";
|
||||||
version = "1.5.4a";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Remi-Coulom";
|
owner = "Remi-Coulom";
|
||||||
repo = "gogui";
|
repo = "gogui";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-UFhOk2mAnTtxfwEOHquN64YDCRq7nNUqZAPQf77MEEw=";
|
hash = "sha256-pJGZpSFdOvMkeetdX3+wB+8sk3LO6znJ0dUNvjOmiB8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue