openwebstart: 1.5.2 -> 1.11.0
All checks were successful
Build packages / Build derivations (push) Successful in 1m41s
All checks were successful
Build packages / Build derivations (push) Successful in 1m41s
This commit is contained in:
parent
4233a1addc
commit
30b6f8cd1c
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "openwebstart";
|
pname = "openwebstart";
|
||||||
version = "1.5.2";
|
version = "1.11.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url =
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
"https://github.com/karakun/OpenWebStart/releases/download/v${version}/OpenWebStart_linux_${
|
"https://github.com/karakun/OpenWebStart/releases/download/v${version}/OpenWebStart_linux_${
|
||||||
builtins.replaceStrings [ "." ] [ "_" ] version
|
builtins.replaceStrings [ "." ] [ "_" ] version
|
||||||
}.deb";
|
}.deb";
|
||||||
hash = "sha256-thB/JWbF/Xk/PLurwXvWwzQTyCeV1hU7Zm8BjrG6lS0=";
|
hash = "sha256-X9KAMBsUHYnRoaWn5Ylg8qZH3wwgLJNKRaQyyexy4Vo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue