libbytesize: 2.4 -> 2.5
This commit is contained in:
parent
c517afab63
commit
cac44d5e4e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.4";
|
version = "2.5";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "libbytesize";
|
pname = "libbytesize";
|
||||||
inherit version;
|
inherit version;
|
||||||
|
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
|
||||||
owner = "storaged-project";
|
owner = "storaged-project";
|
||||||
repo = "libbytesize";
|
repo = "libbytesize";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1kq0hnw2yxjdmcrwvgp0x4j1arkka23k8vp2l6nqcw9lc15x18fp";
|
sha256 = "sha256-F8Ur8gtNYp4PYfBQ9sDJGBgW7KohJYNEU9SI2SbNuvM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
Loading…
Reference in a new issue