warpinator: 2.0.1 -> 2.0.2

https://github.com/linuxmint/warpinator/compare/2.0.1...2.0.2
This commit is contained in:
Bobby Rong
2025-12-14 16:37:15 +08:00
parent 8d2d3c6059
commit a8b5b9bd54
+2 -2
View File
@@ -42,13 +42,13 @@ let
in
stdenv.mkDerivation rec {
pname = "warpinator";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "warpinator";
rev = version;
hash = "sha256-HfOxEVzMmZ7lqT6M3sT5FxynqKFQHHmzvHA4Wu4NPr8=";
hash = "sha256-bVK60fSIWp02qrKCJ68awyPcZhMTW5bjRPI7YHmmScc=";
};
nativeBuildInputs = [