From 30b6f8cd1c466bce0bc3c925c880eed108252881 Mon Sep 17 00:00:00 2001 From: uku Date: Mon, 2 Dec 2024 16:04:39 +0100 Subject: [PATCH] openwebstart: 1.5.2 -> 1.11.0 --- pkgs/openwebstart.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/openwebstart.nix b/pkgs/openwebstart.nix index f65b600..d949272 100644 --- a/pkgs/openwebstart.nix +++ b/pkgs/openwebstart.nix @@ -9,7 +9,7 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "openwebstart"; - version = "1.5.2"; + version = "1.11.0"; src = fetchurl { url = @@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: { "https://github.com/karakun/OpenWebStart/releases/download/v${version}/OpenWebStart_linux_${ builtins.replaceStrings [ "." ] [ "_" ] version }.deb"; - hash = "sha256-thB/JWbF/Xk/PLurwXvWwzQTyCeV1hU7Zm8BjrG6lS0="; + hash = "sha256-X9KAMBsUHYnRoaWn5Ylg8qZH3wwgLJNKRaQyyexy4Vo="; }; nativeBuildInputs = [