python3Packages.python3-application: refactor
Don't interpolate a variable into the URL string because a) if the variable changes but the hash does not, erroneous cached files may be used for the FOD; and b) it is convenient for those reading to have the whole URL so they can open it.
This commit is contained in:
parent
76a4a78d09
commit
cf28ad7e6f
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
# Apply bugfix commit that is not yet part of a release
|
||||
(fetchpatch {
|
||||
name = "fix-time-import.patch";
|
||||
url = "https://github.com/AGProjects/${pname}/commit/695f7d769e69c84e065872ffb403157d0af282fd.patch";
|
||||
url = "https://github.com/AGProjects/python3-application/commit/695f7d769e69c84e065872ffb403157d0af282fd.patch";
|
||||
sha256 = "sha256-MGs8uUIFXkPXStOn5oCNNEMVmcKrq8YPl8Xvl3OTOUM=";
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user