flatter: 0-unstable-2023-08-10 -> 0-unstable-2024-03-04
This commit is contained in:
parent
c8cd65298e
commit
056c588628
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "flatter";
|
pname = "flatter";
|
||||||
version = "0-unstable-2023-08-10";
|
version = "0-unstable-2024-03-04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "keeganryan";
|
owner = "keeganryan";
|
||||||
repo = "flatter";
|
repo = "flatter";
|
||||||
rev = "500e31df6b7308e8101b2a4a9cc816bf8f483417";
|
rev = "c2ed0ee94b6d281df7bcbce31ca275197ef9a562";
|
||||||
hash = "sha256-STYx7cXvkcF+KqrG32pN16HWfEScc0zxkmOmfv43zIw=";
|
hash = "sha256-1Pjn0lANXaMOqlwwdOx6X/7jtAvfa2ZWa0nDfS3T5XU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Reference in a new issue