bruno: 1.3.0 -> 1.3.1

This commit is contained in:
kashw2 2023-12-04 23:51:14 +10:00
parent 90e4744741
commit dea51af6ec

View File

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