Merge pull request #175769 from SuperSandro2000/liberasurecode

This commit is contained in:
Sandro 2022-06-02 12:29:42 +02:00 committed by GitHub
commit e1ea45bace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
pname = "liberasurecode";
version = "1.6.2";
version = "1.6.3";
outputs = [ "out" "dev" "doc" ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "openstack";
repo = pname;
rev = version;
sha256 = "sha256-qV7DL/7zrwrYOaPj6iHnChGA6KHFwYKjeaMnrGrTPrQ=";
sha256 = "sha256-HCp+FQ9nq4twk6FtfKhzT80wXXJbvG+clrDO2/9ATpU=";
};
postPatch = ''