about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-12-31 00:37:57 +0400
committerGitHub <noreply@github.com>2023-12-31 00:37:57 +0400
commitd3252cdceaf087f377ff5f61c43a666847027a0e (patch)
tree81d5ba4c02f1f413c0103b321a3e44e10f45e33f /pkgs/by-name
parent5bc0439d70e4fb8da3fc84144216d922b7bc9f41 (diff)
parent20f0fb4fc4afcebc68f35a4d33b6146441f70751 (diff)
Merge pull request #277522 from trzpiot/bruno-1.5.1
bruno: 1.5.0 -> 1.5.1
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/br/bruno/package.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/by-name/br/bruno/package.nix b/pkgs/by-name/br/bruno/package.nix
index 1d8476c1142ca..01f3642fc5772 100644
--- a/pkgs/by-name/br/bruno/package.nix
+++ b/pkgs/by-name/br/bruno/package.nix
@@ -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 ];
@@ -52,10 +52,11 @@ stdenv.mkDerivation rec {
   passthru.updateScript = nix-update-script { };
 
   meta = with lib; {
-    description = "Open-source IDE For exploring and testing APIs.";
+    description = "Open-source IDE For exploring and testing APIs";
     homepage = "https://www.usebruno.com";
     license = licenses.mit;
     maintainers = with maintainers; [ water-sucks lucasew kashw2 ];
     platforms = [ "x86_64-linux" ];
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
   };
 }