Merge pull request #310250 from pyrox0/werkzeug-2.3.8-patch

sourcehut: Fix werkzueg patch hash
This commit is contained in:
Martin Weinelt 2024-05-09 12:58:46 +02:00 committed by GitHub
commit aef464f97c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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=";
})
];
});