Merge pull request #311262 from pbek/feature/smartgithg-update

smartgithg: 23.1.2 -> 23.1.3
This commit is contained in:
Weijia Wang
2024-05-13 10:00:08 +02:00
committed by GitHub
+2 -2
View File
@@ -15,11 +15,11 @@ let
in
stdenv.mkDerivation rec {
pname = "smartgithg";
version = "23.1.2";
version = "23.1.3";
src = fetchurl {
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
hash = "sha256-gXfHmRPUhs8s7IQIhN0vQyx8NpLrS28ufNNYOMA4AXw=";
hash = "sha256-UvdHr1L5MYwl7eT1BVS/M8Ydtw8VjDG+QuqMW0Q5La4=";
};
nativeBuildInputs = [ wrapGAppsHook3 ];