summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-02 08:11:04 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-02 08:11:04 -0700
commit98d3404f5c950387d26d34a169ade32ae68da76c (patch)
treeff029c26224c53f3bb303e49d34bb16deb7e2930
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixlib-98d3404f5c950387d26d34a169ade32ae68da76c.tar
nixlib-98d3404f5c950387d26d34a169ade32ae68da76c.tar.gz
nixlib-98d3404f5c950387d26d34a169ade32ae68da76c.tar.bz2
nixlib-98d3404f5c950387d26d34a169ade32ae68da76c.tar.lz
nixlib-98d3404f5c950387d26d34a169ade32ae68da76c.tar.xz
nixlib-98d3404f5c950387d26d34a169ade32ae68da76c.tar.zst
nixlib-98d3404f5c950387d26d34a169ade32ae68da76c.zip
praat: 6.0.37 -> 6.0.38
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/praat/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/ip7a4lqz98n8dx635131vi3pijyv3kci-praat-6.0.38/bin/praat --help` got 0 exit code
- ran `/nix/store/ip7a4lqz98n8dx635131vi3pijyv3kci-praat-6.0.38/bin/praat --version` and found version 6.0.38
- found 6.0.38 with grep in /nix/store/ip7a4lqz98n8dx635131vi3pijyv3kci-praat-6.0.38
- directory tree listing: https://gist.github.com/3cbb0648e4b084a658f6dd5b7c8ed3a4
-rw-r--r--pkgs/applications/audio/praat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/praat/default.nix b/pkgs/applications/audio/praat/default.nix
index 94b240ebb028..ada12eefaf7e 100644
--- a/pkgs/applications/audio/praat/default.nix
+++ b/pkgs/applications/audio/praat/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "praat-${version}";
-  version = "6.0.37";
+  version = "6.0.38";
 
   src = fetchurl {
     url = "https://github.com/praat/praat/archive/v${version}.tar.gz";
-    sha256 = "1c675jfzcrwfn8lcswm5y5kmazkhnb0p4mzlf5sim57hms88ffjq";
+    sha256 = "1l01mdhd0kf6mnyrg8maydr56cpw4312gryk303kr0a4w0gwzhhc";
   };
 
   configurePhase = ''