librewolf-bin: 137.0.2-1 -> 138.0.1-2 (#404019)

This commit is contained in:
h7x4 2025-05-07 00:06:09 +02:00 committed by GitHub
commit 0cb44692dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ let
pname = "librewolf-bin-unwrapped"; pname = "librewolf-bin-unwrapped";
version = "137.0.2-1"; version = "138.0.1-2";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -47,9 +47,9 @@ stdenv.mkDerivation {
url = "https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${version}/librewolf-${version}-${arch}-package.tar.xz"; url = "https://gitlab.com/api/v4/projects/44042130/packages/generic/librewolf/${version}/librewolf-${version}-${arch}-package.tar.xz";
hash = hash =
{ {
i686-linux = "sha256-IhMtmemkgAGZgIn+KbETv4KYFETCkloM4VjTrBSqvLk="; i686-linux = "sha256-sr4qnFpWubAsdBr18xLSMwBCkCX6JB0VnwiJxu4b+Dc=";
x86_64-linux = "sha256-Y11p3GMwxw8eJzH7uYjMQ7inmfiXPiQZcq/QfJtU/1g="; x86_64-linux = "sha256-BW8CirLL8YJl+aXwGWo3n3RN04LWs3ca4Isy5Krrjpg=";
aarch64-linux = "sha256-nQqYlZ8WeLYVmFx36uzhuXkqUUSDDCD9nHVICwA2/+g="; aarch64-linux = "sha256-LLUQ87HcsnxYfTvniKIHVY+pqTWpdqN1a7gRQn3Ll7Y=";
} }
.${stdenv.hostPlatform.system} or throwSystem; .${stdenv.hostPlatform.system} or throwSystem;
}; };