Skip to content

Commit

Permalink
libbytesize: 1.3 -> 1.4 (#44750)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
r-ryantm authored and xeji committed Aug 9, 2018
1 parent 6b486cf commit 9c33863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libbytesize/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
}:

let
version = "1.3";
version = "1.4";
in stdenv.mkDerivation rec {
name = "libbytesize-${version}";

src = fetchFromGitHub {
owner = "storaged-project";
repo = "libbytesize";
rev = version;
sha256 = "1ys5d8rya8x4q34gn1hr96z7797s9gdzah0y0d7g84x5x6k50p30";
sha256 = "1yxlc0f960rhqmh3fs3p0hvw0y2cikplgc27zsz6rn4h5dlrfmi2";
};

outputs = [ "out" "dev" "devdoc" ];
Expand Down

0 comments on commit 9c33863

Please sign in to comment.