Skip to content

Commit 73caa97

Browse files
r-ryantmsternenseemann
authored andcommitted
fcft: 3.1.10 -> 3.2.0
1 parent 132a324 commit 73caa97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fc/fcft/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ in
3434

3535
stdenv.mkDerivation rec {
3636
pname = "fcft";
37-
version = "3.1.10";
37+
version = "3.2.0";
3838

3939
src = fetchFromGitea {
4040
domain = "codeberg.org";
4141
owner = "dnkl";
4242
repo = "fcft";
4343
rev = version;
44-
hash = "sha256:0hydhpw31c28lq7v5yvknm3dzvkkls98hcmpp0z2h9m9f32nq4s9";
44+
hash = "sha256-VMNjTOil50/GslSzZnBPkSoy0Vg0729ndaEAeXk00GI=";
4545
};
4646

4747
depsBuildBuild = [ pkg-config ];

0 commit comments

Comments
 (0)