Add pretty name for applied patch

Co-authored-by: Robert Scott <github@humanleg.org.uk>
This commit is contained in:
Anthony
2023-11-19 23:01:30 +04:00
committed by GitHub
co-authored by Robert Scott
parent 2c2bc86164
commit 2ec633e8ae
@@ -22,6 +22,7 @@ buildPythonPackage rec {
patches = [
(fetchpatch {
name = "fix-non-deterministic-test.patch";
url = "https://github.com/redacted/XKCD-password-generator/commit/72d174a82822af1934c94de1b66fd956230142f5.patch";
hash = "sha256-GES40GHM0+Zx8bRceCy9/fOHJVlWZ7TCLfzhZczjfTE=";
})