crudini: 0.9.4 -> 0.9.5
This commit is contained in:
parent
6d847579f7
commit
44eea67683
@ -8,24 +8,16 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "crudini";
|
pname = "crudini";
|
||||||
version = "0.9.4";
|
version = "0.9.5";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pixelb";
|
owner = "pixelb";
|
||||||
repo = "crudini";
|
repo = "crudini";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-jbTOaCF/ZqRpM0scDBBAcV5bSYg/QhBPbM9R5cONZ2o=";
|
hash = "sha256-BU4u7uBsNyDOwWUjOIlBWcf1AeUXXZ+johAe+bjws1U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "add-missing-install-file.patch";
|
|
||||||
url = "https://github.com/pixelb/crudini/commit/d433e4d9c4106ae26985e3f4b2efa593bdd5c274.patch";
|
|
||||||
hash = "sha256-aDGzoG4i2tvYeL8m1WoqwNFNHe4xR1dGk+XDt3f3i5E=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs crudini.py crudini-help tests/test.sh
|
patchShebangs crudini.py crudini-help tests/test.sh
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user