summary refs log tree commit diff
path: root/pkgs/development/libraries/libbytesize
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-29 05:29:55 +0000
committerJan Tojnar <jtojnar@gmail.com>2021-02-11 09:12:17 +0100
commitcac44d5e4e4d09b0b2cd287288acfb39aeb94c06 (patch)
tree6fe1e3acd30ab3039c98531b1d209d7ef0a733d2 /pkgs/development/libraries/libbytesize
parentc517afab63264a8d0e22c6d9f4f36e4684eb124d (diff)
downloadnixpkgs-cac44d5e4e4d09b0b2cd287288acfb39aeb94c06.tar
nixpkgs-cac44d5e4e4d09b0b2cd287288acfb39aeb94c06.tar.gz
nixpkgs-cac44d5e4e4d09b0b2cd287288acfb39aeb94c06.tar.bz2
nixpkgs-cac44d5e4e4d09b0b2cd287288acfb39aeb94c06.tar.lz
nixpkgs-cac44d5e4e4d09b0b2cd287288acfb39aeb94c06.tar.xz
nixpkgs-cac44d5e4e4d09b0b2cd287288acfb39aeb94c06.tar.zst
nixpkgs-cac44d5e4e4d09b0b2cd287288acfb39aeb94c06.zip
libbytesize: 2.4 -> 2.5
Diffstat (limited to 'pkgs/development/libraries/libbytesize')
-rw-r--r--pkgs/development/libraries/libbytesize/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libbytesize/default.nix b/pkgs/development/libraries/libbytesize/default.nix
index a84f010b9e6..7ce8d6e7f83 100644
--- a/pkgs/development/libraries/libbytesize/default.nix
+++ b/pkgs/development/libraries/libbytesize/default.nix
@@ -4,7 +4,7 @@
 }:
 
 let
-  version = "2.4";
+  version = "2.5";
 in stdenv.mkDerivation rec {
   pname = "libbytesize";
   inherit version;
@@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
     owner = "storaged-project";
     repo = "libbytesize";
     rev = version;
-    sha256 = "1kq0hnw2yxjdmcrwvgp0x4j1arkka23k8vp2l6nqcw9lc15x18fp";
+    sha256 = "sha256-F8Ur8gtNYp4PYfBQ9sDJGBgW7KohJYNEU9SI2SbNuvM=";
   };
 
   outputs = [ "out" "dev" "devdoc" ];