lol

smartgit: 24.1.4 -> 24.1.5

R. Ryantm f3d411ac d0eb1f66

+2 -2
+2 -2
pkgs/by-name/sm/smartgit/package.nix
··· 16 16 in 17 17 stdenv.mkDerivation (finalAttrs: { 18 18 pname = "smartgit"; 19 - version = "24.1.4"; 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 - hash = "sha256-1JKFSIGUE8b1yWBg41x+HRWgmg5prZF2+ND/SId4NVs="; 25 + hash = "sha256-YqueTbwA9KcXEJG5TeWkPzzNyAnnJQ1+VQYsqZKS2/I="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ wrapGAppsHook3 ];