Skip to content

Commit

Permalink
objfw: 1.2.1 -> 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 65484f8 commit 27a08fa
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.1";
version = "1.2.2";

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

nativeBuildInputs = [
Expand Down

0 comments on commit 27a08fa

Please sign in to comment.