nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.snitun: 0.30.0 -> 0.31.0

https://github.com/NabuCasa/snitun/releases/tag/0.31.0

authored by

Robert Schütz and committed by
Jonathan Ringer
6838e32a e06dae59

+2 -2
+2 -2
pkgs/development/python-modules/snitun/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "snitun"; 14 - version = "0.30.0"; 14 + version = "0.31.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "NabuCasa"; 18 18 repo = pname; 19 19 rev = version; 20 - sha256 = "sha256-IjdgxX6ed9IWMFaMXIXQWZWoODrZBzXtMAcMOIhPFVQ="; 20 + hash = "sha256-Ehafb35H462Ffn6omGh/MDJKQX5qJJZeiIBO3n0IGlA="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [