Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/by-name/fc/fcft/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ in

stdenv.mkDerivation rec {
pname = "fcft";
version = "3.2.0";
version = "3.3.1";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "dnkl";
repo = "fcft";
rev = version;
hash = "sha256-VMNjTOil50/GslSzZnBPkSoy0Vg0729ndaEAeXk00GI=";
hash = "sha256:08fr6zcqk4qp1k3r0di6v60qfyd3q5k9jnxzlsx2p1lh0nils0xa";
};

depsBuildBuild = [ pkg-config ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/fo/foot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}:

let
version = "1.20.2";
version = "1.21.0";

# build stimuli file for PGO build and the script to generate it
# independently of the foot's build, so we can cache the result
Expand Down Expand Up @@ -104,7 +104,7 @@ stdenv.mkDerivation {
owner = "dnkl";
repo = "foot";
rev = version;
hash = "sha256-tnBoRRKHcuvBSnqvJ/772UWuepvpUiSg6t+gx4MZ0VQ=";
hash = "sha256:19hkw4g2l00wasmk5dn34rf3bhqh6zbwwhvz98bdcv90p761jws4";
};

separateDebugInfo = true;
Expand Down