mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
gp-saml-gui: Update to 20230507
This commit is contained in:
parent
bab580c699
commit
5310f01582
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user