openfortivpn-webview-qt: 1.1.2 -> 1.2.3 (#383005)

Co-authored-by: jonboh <jon.bosque.hernando@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-22 16:45:41 +00:00
committed by GitHub
co-authored by jonboh
@@ -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";