warpinator: 1.8.9 -> 1.8.10

https://github.com/linuxmint/warpinator/compare/1.8.9...1.8.10
This commit is contained in:
Bobby Rong 2025-08-01 00:06:55 +08:00
parent afbc1e5b78
commit 76aa7519c2
No known key found for this signature in database

View File

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "warpinator";
version = "1.8.9";
version = "1.8.10";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "warpinator";
rev = version;
hash = "sha256-/BRL0TT0zLjrL3ZcDnNqlHHMizirx8wQd9R4NT+fMqI=";
hash = "sha256-OSZYjCnFIHmWCwVcWP1MLmezt5HL4Njf0WMyCRmPP58=";
};
nativeBuildInputs = [