We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95b40e commit 0204974Copy full SHA for 0204974
pkgs/by-name/fl/flatter/package.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation {
16
pname = "flatter";
17
- version = "0-unstable-2024-03-04";
+ version = "0-unstable-2025-02-03";
18
19
src = fetchFromGitHub {
20
owner = "keeganryan";
21
repo = "flatter";
22
- rev = "c2ed0ee94b6d281df7bcbce31ca275197ef9a562";
23
- hash = "sha256-1Pjn0lANXaMOqlwwdOx6X/7jtAvfa2ZWa0nDfS3T5XU=";
+ rev = "96993e47874c302395721d76d06f7ab4fee09839";
+ hash = "sha256-eMZZsgLeTzMAHohmvR13KQERtYQpB2nj/v5MCKtGFaI=";
24
};
25
26
strictDeps = true;
0 commit comments