bruno: 0.17.0 -> 0.27.0

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2023-10-22 22:42:10 -03:00
parent 4ec81766c2
commit f28f642229

View File

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "bruno";
version = "0.17.0";
version = "0.27.0";
src = fetchurl {
url = "https://github.com/usebruno/bruno/releases/download/v${version}/bruno_${version}_amd64_linux.deb";
hash = "sha256-4FF9SEgWuIPQSarOBTaEvgdgRTkR1caRYr/bjfFmTLE=";
hash = "sha256-57Cbp/+3rNq/bhUItPuN6ZIjSd8IzmJsn9FNm89khiE=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];