Skip to content

Commit

Permalink
Merge pull request NixOS#259063 from SuperSandro2000/crudini
Browse files Browse the repository at this point in the history
crudini: 0.9.4 -> 0.9.5
  • Loading branch information
NickCao authored Oct 4, 2023
2 parents 5363e5b + 44eea67 commit 9f20229
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/tools/misc/crudini/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,16 @@

python3Packages.buildPythonApplication rec {
pname = "crudini";
version = "0.9.4";
version = "0.9.5";
format = "pyproject";

src = fetchFromGitHub {
owner = "pixelb";
repo = "crudini";
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 = ''
patchShebangs crudini.py crudini-help tests/test.sh
'';
Expand Down

0 comments on commit 9f20229

Please sign in to comment.