Merge pull request #271533 from kashw2/bruno

bruno: 1.2.0 -> 1.3.0
This commit is contained in:
Mario Rodas 2023-12-02 09:16:17 -05:00 committed by GitHub
commit 2f5f634f82
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.2.0";
version = "1.3.0";
src = fetchurl {
url = "https://github.com/usebruno/bruno/releases/download/v${version}/bruno_${version}_amd64_linux.deb";
hash = "sha256-60YwXAukGnMiaYxVOcUgGa/r/If1pJC6pMyyltTfd1c=";
hash = "sha256-E9aVyZWqY8XTwoUbHaj8VM32Eex7GNQcEpg8Hkk2O0U=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];