warpinator: 1.8.7 -> 1.8.8 (#372147)

This commit is contained in:
Bobby Rong
2025-01-08 22:45:39 +08:00
committed by GitHub
+2 -2
View File
@@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "warpinator";
version = "1.8.7";
version = "1.8.8";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-EgTz0i7Dui74xYFShkLox6ITAEAF8yYATEcQ51pc7gA=";
hash = "sha256-aqqKCYlCAL/6srbyYRoVQlIFKpTmwYZsdfLibRyAUXg=";
};
nativeBuildInputs = [