about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2023-09-22 10:57:46 -0400
committerGitHub <noreply@github.com>2023-09-22 10:57:46 -0400
commit02a26faaa8ef1a1171da4ee13080ab196600d873 (patch)
tree451b41cc4a20391ac40944d5a9187e3f26531cec /pkgs/tools
parent0a991e0394d321057bd5627bae111cd7b6cab71b (diff)
parent5310f01582dfcfa170a0c32d0dd552ccd0d41f73 (diff)
Merge pull request #256503 from obsidiansystems/gp-saml-gui
gp-saml-gui: Update to 0.1+20230507
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/gp-saml-gui/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/gp-saml-gui/default.nix b/pkgs/tools/networking/gp-saml-gui/default.nix
index 3e343b3715d32..8a7ad11a2fe79 100644
--- a/pkgs/tools/networking/gp-saml-gui/default.nix
+++ b/pkgs/tools/networking/gp-saml-gui/default.nix
@@ -12,13 +12,13 @@
 }:
 buildPythonPackage rec {
   pname = "gp-saml-gui";
-  version = "0.1";
+  version = "0.1+20230507-${lib.strings.substring 0 7 src.rev}";
 
   src = fetchFromGitHub {
     owner = "dlenski";
     repo = "gp-saml-gui";
-    rev = "085d3276e17e1094e22e5d49545e273147598eb4";
-    sha256 = "sha256-5vIfgDaHE3T+euLliEyXe+Xikf5VyW3b9C2GapWx278=";
+    rev = "258f47cdc4a8ed57a1eef16667f6cad0d1cb49b1";
+    sha256 = "sha256-g10S8C32mnOymCmGNdM8gmGpYn5/ObMJK3g6amKtQmI=";
   };
 
   buildInputs = lib.optional stdenv.isLinux glib-networking;