Merge pull request #273045 from kashw2/bruno

bruno: 1.3.1 -> 1.4.0
This commit is contained in:
Pascal Bach 2023-12-09 22:10:14 +01:00 committed by GitHub
commit 7877745991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "bruno";
version = "1.3.1";
version = "1.4.0";
src = fetchurl {
url = "https://github.com/usebruno/bruno/releases/download/v${version}/bruno_${version}_amd64_linux.deb";
hash = "sha256-vZNl5qdK8hztfGaQCL6RnWlL8hPJaL/GBh7AOT5D3Js=";
hash = "sha256-yCYI2c9M19d1+BpnM7YJLkZk8Vdix+YSWCa5qsCMBxw=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];