pius: 2.2.6 -> 2.2.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pius/versions
wip/yesman
R. RyanTM 5 years ago
parent 213d6dd6ac
commit a8ef518785
  1. 4
      pkgs/tools/security/pius/default.nix

@ -1,6 +1,6 @@
{ fetchFromGitHub, stdenv, pythonPackages, gnupg, perl }:
let version = "2.2.6"; in
let version = "2.2.7"; in
pythonPackages.buildPythonApplication {
name = "pius-${version}";
namePrefix = "";
@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
owner = "jaymzh";
repo = "pius";
rev = "v${version}";
sha256 = "1rffwyjd84rwx1w5yyqckirm1kdj80ldfwjlw91kk74swhpbpzzj";
sha256 = "1kjj44lf9di4ylvmc949dxncllzd8afp0yknr3152dmxkw1vl127";
};
patchPhase = ''

Loading…
Cancel
Save