Merge pull request #275101 from kashw2/bruno

bruno: 1.4.0 -> 1.5.0
This commit is contained in:
Nick Cao 2023-12-18 10:07:23 -05:00 committed by GitHub
commit 3220632136
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.4.0";
version = "1.5.0";
src = fetchurl {
url = "https://github.com/usebruno/bruno/releases/download/v${version}/bruno_${version}_amd64_linux.deb";
hash = "sha256-yCYI2c9M19d1+BpnM7YJLkZk8Vdix+YSWCa5qsCMBxw=";
hash = "sha256-ptrayWDnRXGUC/mgSnQ/8sIEdey+6uoa3LGBGPQYuY8=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];