mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libbytesize: 2.2 -> 2.3
This commit is contained in:
parent
bcb05f050e
commit
3151144388
@ -4,7 +4,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.2";
|
version = "2.3";
|
||||||
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 = "0n4gmn68ypsk3gcw6akcghlgk3aj3wskwg3mlg93cw5y3a33nbhm";
|
sha256 = "1nrlmn63k0ix1yzn8v4lni5n5b4c0b6w9f33p1ig113ymmdvcc0h";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user