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 132a324 commit 73caa97Copy full SHA for 73caa97
pkgs/by-name/fc/fcft/package.nix
@@ -34,14 +34,14 @@ in
34
35
stdenv.mkDerivation rec {
36
pname = "fcft";
37
- version = "3.1.10";
+ version = "3.2.0";
38
39
src = fetchFromGitea {
40
domain = "codeberg.org";
41
owner = "dnkl";
42
repo = "fcft";
43
rev = version;
44
- hash = "sha256:0hydhpw31c28lq7v5yvknm3dzvkkls98hcmpp0z2h9m9f32nq4s9";
+ hash = "sha256-VMNjTOil50/GslSzZnBPkSoy0Vg0729ndaEAeXk00GI=";
45
};
46
47
depsBuildBuild = [ pkg-config ];
0 commit comments