libcloudproviders: replace sha256 with hash

This commit is contained in:
Maxine Aubrey 2024-03-20 20:04:50 +01:00
parent 70b9788e8d
commit 74d9460882
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/libcloudproviders/${lib.versions.majorMinor version}/libcloudproviders-${version}.tar.xz";
sha256 = "O3URCzpP3vTFxaRA5IcB/gVNKuBh0VbIkTa7W6BedLc=";
hash = "sha256-O3URCzpP3vTFxaRA5IcB/gVNKuBh0VbIkTa7W6BedLc=";
};
outputs = [ "out" "dev" "devdoc" ];