about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/the-foundation
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/libraries/the-foundation')
-rw-r--r--nixpkgs/pkgs/development/libraries/the-foundation/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/libraries/the-foundation/default.nix b/nixpkgs/pkgs/development/libraries/the-foundation/default.nix
index 69d88f508dac..9b0fe4de9e44 100644
--- a/nixpkgs/pkgs/development/libraries/the-foundation/default.nix
+++ b/nixpkgs/pkgs/development/libraries/the-foundation/default.nix
@@ -12,14 +12,14 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "the-foundation";
-  version = "1.6.1";
+  version = "1.7.0";
 
   src = fetchFromGitea {
     domain = "git.skyjake.fi";
     owner = "skyjake";
     repo = "the_Foundation";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-GOvdnmutSQcsNT57tADLSkJAUX0JDVsualII+y21a+I=";
+    hash = "sha256-6bEd8KzOfBse5sQ2zp+cZtEAu8xIl3GqrpxSZ7h/edI=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];