bruno: 1.5.0 -> 1.5.1

https://github.com/usebruno/bruno/releases/tag/v1.5.1
This commit is contained in:
Sebastian Gabriel Trzpiot 2023-12-29 12:55:04 +01:00
parent d2aea4e001
commit 4ccef33041

View File

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "bruno";
version = "1.5.0";
version = "1.5.1";
src = fetchurl {
url = "https://github.com/usebruno/bruno/releases/download/v${version}/bruno_${version}_amd64_linux.deb";
hash = "sha256-ptrayWDnRXGUC/mgSnQ/8sIEdey+6uoa3LGBGPQYuY8=";
hash = "sha256-kJfS3yORwvh7rMGgDV5Bn2L7+7ZMa8ZBpRI1P5y+ShQ=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];