Unverified Commit 4d39ac99 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

smartgit: 24.1.3 -> 24.1.4 (#424200)

parents 28f2a9f8 17c863a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];