mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 00:04:14 +00:00
python312Packages.notobuilder: 0-unstable-2024-08-03 -> 0-unstable-2024-09-25
This commit is contained in:
parent
ee4033bb40
commit
739502db65
@ -21,14 +21,14 @@
|
|||||||
|
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
pname = "notobuilder";
|
pname = "notobuilder";
|
||||||
version = "0-unstable-2024-08-03";
|
version = "0-unstable-2024-09-25";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "notofonts";
|
owner = "notofonts";
|
||||||
repo = "notobuilder";
|
repo = "notobuilder";
|
||||||
rev = "d7bcfc8e5c5ee9b273e7b1eeb2dd6d619da68c33";
|
rev = "8a60f1599ce86c4b3eacb5d01c3f17162bab67d3";
|
||||||
hash = "sha256-1tdHbJixd1s1grGh0enqXhp+u5TEic6/W88X/f8vagM=";
|
hash = "sha256-YBiDOnt2B7I/AcEfFgGrdzN/tNz/tQO0cv9N4PupPCE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user