libbytesize: 2.1 -> 2.2

This commit is contained in:
R. RyanTM
2020-02-16 09:12:27 +01:00
committed by Frederik Rietdijk
parent c46b840adc
commit 17b46e81da
@@ -4,7 +4,7 @@
}: }:
let let
version = "2.1"; version = "2.2";
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 = "0qb6zx2fdghm21lishlcrhnwf4wwy5p69dsgp0504kn93ii7mw3m"; sha256 = "0n4gmn68ypsk3gcw6akcghlgk3aj3wskwg3mlg93cw5y3a33nbhm";
}; };
outputs = [ "out" "dev" "devdoc" ]; outputs = [ "out" "dev" "devdoc" ];