tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
smartgit: 24.1.4 -> 24.1.5
R. Ryantm
6 months ago
f3d411ac
d0eb1f66
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sm
smartgit
package.nix
+2
-2
pkgs/by-name/sm/smartgit/package.nix
···
16
16
in
17
17
stdenv.mkDerivation (finalAttrs: {
18
18
pname = "smartgit";
19
19
-
version = "24.1.4";
19
19
+
version = "24.1.5";
20
20
21
21
src = fetchurl {
22
22
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${
23
23
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
24
24
}.tar.gz";
25
25
-
hash = "sha256-1JKFSIGUE8b1yWBg41x+HRWgmg5prZF2+ND/SId4NVs=";
25
25
+
hash = "sha256-YqueTbwA9KcXEJG5TeWkPzzNyAnnJQ1+VQYsqZKS2/I=";
26
26
};
27
27
28
28
nativeBuildInputs = [ wrapGAppsHook3 ];