Update qb patch

This commit is contained in:
Charlotte Van Petegem 2021-07-29 19:56:33 +02:00
parent b115e9f6bb
commit 382288d3c1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
patches = (old.patches or [ ]) ++ [
(self.fetchpatch {
url = "https://github.com/qutebrowser/qutebrowser/pull/6626.patch";
sha256 = "pBMyXGizVJfhPK8i1q38g2HFupeP/4GrR9THwYRxAmk=";
sha256 = "aWhkUQ2eaLNiQwxRTbzfFrM0TrDSKtPKinjGu/RknLk=";
})
];
});