smartgithg: 6.5.9 -> 7.0.0
This commit is contained in:
parent
944a0c82f0
commit
b2579497c6
@ -6,18 +6,13 @@
|
|||||||
, which
|
, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
|
||||||
the_version = "6_5_9";
|
|
||||||
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "smartgithg-${the_version}";
|
name = "smartgithg-${version}";
|
||||||
|
version = "7_0_0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.syntevo.com/downloads/smartgit/" +
|
url = "http://www.syntevo.com/downloads/smartgit/smartgit-generic-${version}.tar.gz";
|
||||||
"smartgit-generic-${the_version}.tar.gz";
|
sha256 = "099hnpczh2c0s86nsdybymmm4903n0bsjdq1fpdmm0x5w4216iy6";
|
||||||
sha256 = "09bvx1jgaqfxg8qv9f306bgh3k057shsi2xllxv1vw3xf0pvkbwa";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user