about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-03-17 22:55:10 +0400
committerNikolay Korotkiy <sikmir@disroot.org>2023-03-17 22:55:10 +0400
commit3392995957160567e6ca1aa2982085520b985710 (patch)
tree0b951dec2c23c65f8c79382b27311000bf23945c
parente9118d507862a6135d927b2c5ed462c07c211099 (diff)
downloadnixlib-3392995957160567e6ca1aa2982085520b985710.tar
nixlib-3392995957160567e6ca1aa2982085520b985710.tar.gz
nixlib-3392995957160567e6ca1aa2982085520b985710.tar.bz2
nixlib-3392995957160567e6ca1aa2982085520b985710.tar.lz
nixlib-3392995957160567e6ca1aa2982085520b985710.tar.xz
nixlib-3392995957160567e6ca1aa2982085520b985710.tar.zst
nixlib-3392995957160567e6ca1aa2982085520b985710.zip
the-foundation: 1.6.0 → 1.6.1
-rw-r--r--pkgs/development/libraries/the-foundation/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/the-foundation/default.nix b/pkgs/development/libraries/the-foundation/default.nix
index 2970fb3c84a7..69d88f508dac 100644
--- a/pkgs/development/libraries/the-foundation/default.nix
+++ b/pkgs/development/libraries/the-foundation/default.nix
@@ -12,14 +12,14 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "the-foundation";
-  version = "1.6.0";
+  version = "1.6.1";
 
   src = fetchFromGitea {
     domain = "git.skyjake.fi";
     owner = "skyjake";
     repo = "the_Foundation";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-+V2WJYEmIZWpioNvvZMiw7Vt9ogEnEcjq+vR7UiBTO0=";
+    hash = "sha256-GOvdnmutSQcsNT57tADLSkJAUX0JDVsualII+y21a+I=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];