treewide: replace base64 encoded hashes

This commit is contained in:
Daiderd Jordan
2020-06-02 22:44:52 +02:00
parent d36e9412f8
commit 7b3a2963d1
87 changed files with 4639 additions and 4639 deletions

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "hnDbTaz3shnTDFdcRlsXyO1nJNut40fyzelUi/8DkQg=";
sha256 = "024i0gzqnm79rpr4gqxdvcj6gvf82xdlcp2p1k9ikcppmi6xnw46";
};
patches = [
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
# https://gitlab.gnome.org/GNOME/sysprof/merge_requests/24
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/sysprof/commit/5dea152c7728f5a37370ad8a229115833e36b4f6.patch";
sha256 = "D6DFx+T2jHSxyuygx8vumfqYkM1v1P0qbesmMfLR5jA=";
sha256 = "0c76s7r329pbdlmgvm3grn89iylrxv5wg87craqp937nwk3wb80g";
})
];