Merge pull request #310250 from pyrox0/werkzeug-2.3.8-patch
sourcehut: Fix werkzueg patch hash
This commit is contained in:
commit
aef464f97c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ let
|
||||||
patches = (oldAttrs.patches or []) ++ [
|
patches = (oldAttrs.patches or []) ++ [
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
url = "https://github.com/pallets/werkzeug/commit/4e5bdca7f8227d10cae828f8064fb98190ace4aa.patch";
|
url = "https://github.com/pallets/werkzeug/commit/4e5bdca7f8227d10cae828f8064fb98190ace4aa.patch";
|
||||||
hash = "sha256-H45/YF9zaOUg6UqEEus4uBeGA/TjynuJZcRyc6BHQ30=";
|
hash = "sha256-83doVvfdpymlAB0EbfrHmuoKE5B2LJbFq+AY2xGpnl4=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue