sourcehut: Fix werkzueg patch hash

This commit is contained in:
Pyrox 2024-05-08 21:05:41 -04:00
parent d5c611fcf5
commit 6db0481e0e
No known key found for this signature in database
GPG Key ID: 8CDF3F7CAA53A0F5

View File

@ -69,7 +69,7 @@ let
patches = (oldAttrs.patches or []) ++ [
(fetchpatch {
url = "https://github.com/pallets/werkzeug/commit/4e5bdca7f8227d10cae828f8064fb98190ace4aa.patch";
hash = "sha256-H45/YF9zaOUg6UqEEus4uBeGA/TjynuJZcRyc6BHQ30=";
hash = "sha256-83doVvfdpymlAB0EbfrHmuoKE5B2LJbFq+AY2xGpnl4=";
})
];
});