about summary refs log tree commit diff
path: root/pkgs/development/libraries/libfyaml
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-04-01 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-04-01 04:20:00 +0000
commit22d8831f7a34bda3952f60bf7c064f4d5eaab905 (patch)
treee66c829341e4bf2c4d923d1d1f7f29692c9e2045 /pkgs/development/libraries/libfyaml
parenteef00d30461a4624daf1089e8f8a3fb2ec7da0af (diff)
libfyaml: 0.6.3 -> 0.7
Diffstat (limited to 'pkgs/development/libraries/libfyaml')
-rw-r--r--pkgs/development/libraries/libfyaml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libfyaml/default.nix b/pkgs/development/libraries/libfyaml/default.nix
index 233f202c2cd7b..a95c2d523b6a4 100644
--- a/pkgs/development/libraries/libfyaml/default.nix
+++ b/pkgs/development/libraries/libfyaml/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libfyaml";
-  version = "0.6.3";
+  version = "0.7";
 
   src = fetchFromGitHub {
     owner = "pantoniou";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1aw5s0ns79jr3lpcy3hdsrlr79rrv5aqymv4h43axvy2bi90nrr0";
+    sha256 = "10w1n4zzgw33j755pkv73fxdn93kwbzg486b5m9i0bh5d76jp4ax";
   };
 
   nativeBuildInputs = [ autoreconfHook pkg-config ];