warpinator: 2.0.0 -> 2.0.1

https://github.com/linuxmint/warpinator/compare/2.0.0...2.0.1
This commit is contained in:
R. Ryantm
2025-12-12 22:21:49 +08:00
committed by Bobby Rong
parent 4c5ed31ea6
commit a7363f7a3a
+2 -3
View File
@@ -30,7 +30,6 @@ let
python-xapp
zeroconf
grpcio
setuptools
cryptography
pynacl
netifaces
@@ -43,13 +42,13 @@ let
in
stdenv.mkDerivation rec {
pname = "warpinator";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "warpinator";
rev = version;
hash = "sha256-R6ccyZLXwxvhvRCDguxufzXfVq5tzrPEtBbXgdO6AoI=";
hash = "sha256-HfOxEVzMmZ7lqT6M3sT5FxynqKFQHHmzvHA4Wu4NPr8=";
};
nativeBuildInputs = [