tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gup: 0.5.1 -> 0.5.3
Tim Cuthbertson
10 years ago
b82d5ef8
c485ba1c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
build-managers
gup
default.nix
+3
-3
pkgs/development/tools/build-managers/gup/default.nix
···
1
{ stdenv, fetchgit, lib, python, which }:
2
let
3
-
version = "0.5.1";
4
src = fetchgit {
5
url = "https://github.com/gfxmonk/gup.git";
6
-
rev = "f185052e2177ed5e46720e6c6cfb529b96cd17e2";
7
-
sha256 = "c2e27cdba2231017ceb4868f58f5c3b224be0491b81558b4e59bb08a952ad1a5";
8
};
9
in
10
import ./build.nix
···
1
{ stdenv, fetchgit, lib, python, which }:
2
let
3
+
version = "0.5.3";
4
src = fetchgit {
5
url = "https://github.com/gfxmonk/gup.git";
6
+
rev = "55ffd8828ddc28a2a786b75422d672d6569f961f";
7
+
sha256 = "7c2abbf5d3814c6b84da0de1c91f9f7d299c2362cf091da96f6a68d8fffcb5ce";
8
};
9
in
10
import ./build.nix