Skip to content

Commit

Permalink
objfw: 1.2.2 -> 1.2.3 (NixOS#366334)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 19, 2024
2 parents b532e12 + fa196cb commit cfa55e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ob/objfw/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

clangStdenv.mkDerivation (finalAttrs: {
pname = "objfw";
version = "1.2.2";
version = "1.2.3";

src = fetchfossil {
url = "https://objfw.nil.im/home";
rev = "${finalAttrs.version}-release";
hash = "sha256-s1VTI4POllvX8WHlZJezhIx1jt4SRbXlAaYRBeL05Bw=";
hash = "sha256-qYZkuJ57/bhvKukXECHC38ooDQ8GE2vbuvY/bvH4ZVY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit cfa55e5

Please sign in to comment.