Merge pull request #305258 from r-ryantm/auto-update/fmtoy
fmtoy: 0.0.0-unstable-2023-05-21 -> 0-unstable-2024-04-18
This commit is contained in:
commit
0917ba8de6
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "fmtoy";
|
pname = "fmtoy";
|
||||||
version = "0.0.0-unstable-2023-05-21";
|
version = "0-unstable-2024-04-18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vampirefrog";
|
owner = "vampirefrog";
|
||||||
repo = "fmtoy";
|
repo = "fmtoy";
|
||||||
rev = "2b54180d8edd0de90e2af01bf9ff303bc916e893";
|
rev = "aca005c770724f21c8a91dc6a482738871e78c9f";
|
||||||
hash = "sha256-qoMw4P+QEw4Q/wKBvFPh+WxkmOW6qH9FuFFkO2ZRrMc=";
|
hash = "sha256-vrd7Eg3Bh8ll2yCfD1rAJpotEe+Zq+JuF4VMhiYsbDw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue