openfortivpn-webview-qt: 1.1.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2025-02-18 03:39:31 +00:00
parent 286d25f5ec
commit d7a108d4fc
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation rec {
pname = "openfortivpn-webview-qt";
version = "1.1.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "gm-vm";
repo = "openfortivpn-webview";
rev = "v${version}-electron";
hash = "sha256-BNotbb2pL7McBm0SQwcgEvjgS2GId4HVaxWUz/ODs6w=";
hash = "sha256-jGDCFdqRfnYwUgVs3KO1pDr52JgkYVRHi2KvABaZFl4=";
};
sourceRoot = "source/openfortivpn-webview-qt";