Skip to content

Commit

Permalink
Merge pull request #307617 from r-ryantm/auto-update/the-foundation
Browse files Browse the repository at this point in the history
the-foundation: 1.7.0 -> 1.8.1
  • Loading branch information
sikmir committed Apr 29, 2024
2 parents 35092bf + 4e5e98a commit ba1e6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/the-foundation/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "the-foundation";
version = "1.7.0";
version = "1.8.1";

src = fetchFromGitea {
domain = "git.skyjake.fi";
owner = "skyjake";
repo = "the_Foundation";
rev = "v${finalAttrs.version}";
hash = "sha256-6bEd8KzOfBse5sQ2zp+cZtEAu8xIl3GqrpxSZ7h/edI=";
hash = "sha256-gyDBK/bF+QxXMnthUfMjeUuRBZk0Xcahm7wOtLGs5kY=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit ba1e6fd

Please sign in to comment.