summary refs log tree commit diff
path: root/pkgs/development/libraries/libbytesize
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-09 02:45:47 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-09 11:45:47 +0200
commit9c338630a9ff956e25abd550314c6d8fd1cfc4c1 (patch)
treeb66fa0581150f50fa8e6030942f89490c1ef716b /pkgs/development/libraries/libbytesize
parent6b486cf9472dd2e7f967ff5a9878648bc2175626 (diff)
downloadnixpkgs-9c338630a9ff956e25abd550314c6d8fd1cfc4c1.tar
nixpkgs-9c338630a9ff956e25abd550314c6d8fd1cfc4c1.tar.gz
nixpkgs-9c338630a9ff956e25abd550314c6d8fd1cfc4c1.tar.bz2
nixpkgs-9c338630a9ff956e25abd550314c6d8fd1cfc4c1.tar.lz
nixpkgs-9c338630a9ff956e25abd550314c6d8fd1cfc4c1.tar.xz
nixpkgs-9c338630a9ff956e25abd550314c6d8fd1cfc4c1.tar.zst
nixpkgs-9c338630a9ff956e25abd550314c6d8fd1cfc4c1.zip
libbytesize: 1.3 -> 1.4 (#44750)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libbytesize/versions.
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 f1dcf60b3b9..724e9f1b74a 100644
--- a/pkgs/development/libraries/libbytesize/default.nix
+++ b/pkgs/development/libraries/libbytesize/default.nix
@@ -4,7 +4,7 @@
 }:
 
 let
-  version = "1.3";
+  version = "1.4";
 in stdenv.mkDerivation rec {
   name = "libbytesize-${version}";
 
@@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
     owner = "storaged-project";
     repo = "libbytesize";
     rev = version;
-    sha256 = "1ys5d8rya8x4q34gn1hr96z7797s9gdzah0y0d7g84x5x6k50p30";
+    sha256 = "1yxlc0f960rhqmh3fs3p0hvw0y2cikplgc27zsz6rn4h5dlrfmi2";
   };
 
   outputs = [ "out" "dev" "devdoc" ];