summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-06 08:03:25 -0500
committerGitHub <noreply@github.com>2020-01-06 08:03:25 -0500
commitf81a6f98e6972856d1f6733930d183f4dc249cec (patch)
treed14ed8cf9481fdaee49ad39af37f5974aae4f2db
parentb8b56069946215305a27abc5160ec25e052e0592 (diff)
parent6865ae616ced869cbbf0c5645e2f26356f43e01c (diff)
downloadnixpkgs-f81a6f98e6972856d1f6733930d183f4dc249cec.tar
nixpkgs-f81a6f98e6972856d1f6733930d183f4dc249cec.tar.gz
nixpkgs-f81a6f98e6972856d1f6733930d183f4dc249cec.tar.bz2
nixpkgs-f81a6f98e6972856d1f6733930d183f4dc249cec.tar.lz
nixpkgs-f81a6f98e6972856d1f6733930d183f4dc249cec.tar.xz
nixpkgs-f81a6f98e6972856d1f6733930d183f4dc249cec.tar.zst
nixpkgs-f81a6f98e6972856d1f6733930d183f4dc249cec.zip
Merge pull request #76431 from r-ryantm/auto-update/timemachine
timemachine: 0.3.3 -> 0.3.4
-rw-r--r--pkgs/applications/audio/timemachine/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/timemachine/default.nix b/pkgs/applications/audio/timemachine/default.nix
index 48dd3f39e88..3564f875c9b 100644
--- a/pkgs/applications/audio/timemachine/default.nix
+++ b/pkgs/applications/audio/timemachine/default.nix
@@ -4,12 +4,12 @@
 
 stdenv.mkDerivation rec {
   pname = "timemachine";
-  version = "0.3.3";
+  version = "0.3.4";
   src = fetchFromGitHub {
     owner = "swh";
     repo = "timemachine";
     rev = "v${version}";
-    sha256 = "1jsvd29wiqigxyqxl2xjklla11fwyjy68vqivcnlr9f2af4ylym8";
+    sha256 = "16fgyw6jnscx9279dczv72092dddghwlp53rkfw469kcgvjhwx0z";
   };
 
   nativeBuildInputs = [ pkgconfig ];