summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2025-04-07 06:55:50 +0000
committerGitHub <noreply@github.com>2025-04-07 06:55:50 +0000
commitf02495517c66aff09c1db7f4c9029747c8aaa91f (patch)
treeba976c039e878520b25dc5e392247f3407a889fe
parent[Backport release-24.11] librewolf-unwrapped: 136.0.4-1 -> 137.0-3 (#396681) (diff)
parent[release-24.11] smartgithg: 23.1.3 -> 23.1.5 (diff)
downloadnixpkgs-f02495517c66aff09c1db7f4c9029747c8aaa91f.tar.gz
[release-24.11] smartgithg: 23.1.3 -> 23.1.5 (#395968)
-rw-r--r--pkgs/by-name/sm/smartgithg/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/sm/smartgithg/package.nix b/pkgs/by-name/sm/smartgithg/package.nix
index df3322024973..b431ffab8156 100644
--- a/pkgs/by-name/sm/smartgithg/package.nix
+++ b/pkgs/by-name/sm/smartgithg/package.nix
@@ -16,13 +16,13 @@ let
in
stdenv.mkDerivation rec {
pname = "smartgithg";
- version = "23.1.3";
+ version = "23.1.5";
src = fetchurl {
- url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${
+ url = "https://www.syntevo.com/downloads/smartgit/archive/smartgit-linux-${
builtins.replaceStrings [ "." ] [ "_" ] version
}.tar.gz";
- hash = "sha256-UvdHr1L5MYwl7eT1BVS/M8Ydtw8VjDG+QuqMW0Q5La4=";
+ hash = "sha256-OYmiDbmhUBWte27xn6LVEI+DrcOkqYOPnS8omswLfH8=";
};
nativeBuildInputs = [ wrapGAppsHook3 ];