tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
smartgithg: 22.1.4 -> 22.1.5
Thomas BESSOU
2 years ago
7f8f94d0
53dad94e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
smartgithg
default.nix
+2
-2
pkgs/applications/version-management/smartgithg/default.nix
···
13
14
stdenv.mkDerivation rec {
15
pname = "smartgithg";
16
-
version = "22.1.4";
17
18
src = fetchurl {
19
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
20
-
sha256 = "sha256-e5bgIA7dblRDWvwC2dqRFR+Sp6uMAWQbhlMqG8a4vZk=";
21
};
22
23
nativeBuildInputs = [ wrapGAppsHook ];
···
13
14
stdenv.mkDerivation rec {
15
pname = "smartgithg";
16
+
version = "22.1.5";
17
18
src = fetchurl {
19
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
20
+
sha256 = "sha256-s31sYEC1g7eLMhT9UkmjbBnHePY9wnQPmgGQXgVX4j4=";
21
};
22
23
nativeBuildInputs = [ wrapGAppsHook ];