smartgit: 24.1.3 -> 24.1.4
This commit is contained in:
parent
52809155bd
commit
17c863a049
@ -16,13 +16,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "smartgit";
|
pname = "smartgit";
|
||||||
version = "24.1.3";
|
version = "24.1.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${
|
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${
|
||||||
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
|
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
|
||||||
}.tar.gz";
|
}.tar.gz";
|
||||||
hash = "sha256-YhgE1Y0L8lzefJnvswKwIFnx6XIo40DszAr/cxOoOds=";
|
hash = "sha256-1JKFSIGUE8b1yWBg41x+HRWgmg5prZF2+ND/SId4NVs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook3 ];
|
nativeBuildInputs = [ wrapGAppsHook3 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user