smartgit: 24.1.3 -> 24.1.4

This commit is contained in:
R. Ryantm 2025-07-11 01:05:34 +00:00
parent 52809155bd
commit 17c863a049

View File

@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "smartgit";
version = "24.1.3";
version = "24.1.4";
src = fetchurl {
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
}.tar.gz";
hash = "sha256-YhgE1Y0L8lzefJnvswKwIFnx6XIo40DszAr/cxOoOds=";
hash = "sha256-1JKFSIGUE8b1yWBg41x+HRWgmg5prZF2+ND/SId4NVs=";
};
nativeBuildInputs = [ wrapGAppsHook3 ];