summary refs log tree commit diff
path: root/pkgs/shells/bash
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-04 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-04-04 04:20:00 +0000
commitadcbb9f514e42f37bdb30f865616d247152d8d84 (patch)
treeff9fc88b3c4b6755d971b6062e5af8f067580bdc /pkgs/shells/bash
parent0d5c1ac149a5c16e0b6eb415638c5f54adef7753 (diff)
downloadnixpkgs-adcbb9f514e42f37bdb30f865616d247152d8d84.tar
nixpkgs-adcbb9f514e42f37bdb30f865616d247152d8d84.tar.gz
nixpkgs-adcbb9f514e42f37bdb30f865616d247152d8d84.tar.bz2
nixpkgs-adcbb9f514e42f37bdb30f865616d247152d8d84.tar.lz
nixpkgs-adcbb9f514e42f37bdb30f865616d247152d8d84.tar.xz
nixpkgs-adcbb9f514e42f37bdb30f865616d247152d8d84.tar.zst
nixpkgs-adcbb9f514e42f37bdb30f865616d247152d8d84.zip
blesh: 2022-07-29 -> 0.3.4
https://github.com/akinomyoga/ble.sh/releases/tag/v0.3.4
Diffstat (limited to 'pkgs/shells/bash')
-rw-r--r--pkgs/shells/bash/blesh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/bash/blesh/default.nix b/pkgs/shells/bash/blesh/default.nix
index caadb94f4f1..c7789a8b073 100644
--- a/pkgs/shells/bash/blesh/default.nix
+++ b/pkgs/shells/bash/blesh/default.nix
@@ -8,11 +8,11 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "blesh";
-  version = "unstable-2022-07-29";
+  version = "0.3.4";
 
   src = fetchzip {
-    url = "https://github.com/akinomyoga/ble.sh/releases/download/nightly/ble-nightly-20220729+a22e145.tar.xz";
-    sha256 = "088jv02y40pjcfzgrbx8n6aksznfh6zl0j5siwfw3pmwn3i16njw";
+    url = "https://github.com/akinomyoga/ble.sh/releases/download/v${version}/ble-${version}.tar.xz";
+    sha256 = "sha256-MGCQirZvqGfjTTsbDfihY2il/u2suWBaZ6dX8mF1zLk=";
   };
 
   dontBuild = true;