smartgithg: 22.1.0 -> 22.1.1

This commit is contained in:
Thomas BESSOU 2022-12-02 14:28:18 +01:00
parent e76c78d206
commit e22898f9a5

View file

@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchurl
, makeDesktopItem
, jre
@ -12,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "smartgithg";
version = "22.1.0";
version = "22.1.1";
src = fetchurl {
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
sha256 = "sha256-CcujqgvNvHK4Si1KJq3vRER3SID2XKPbOXL0zd+ezpU=";
sha256 = "sha256-twN1Clnj17A2IUOOhvs8hs6PuvC81j9GqF0yKIk3IkQ=";
};
nativeBuildInputs = [ wrapGAppsHook ];