openwebstart: 1.5.2 -> 1.11.0
All checks were successful
Build packages / Build derivations (push) Successful in 1m41s

This commit is contained in:
uku 2024-12-02 16:04:39 +01:00
parent 4233a1addc
commit 30b6f8cd1c
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -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 = [