diff options
author | makefu <github@syntax-fehler.de> | 2020-06-26 13:14:41 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-06-26 13:14:41 +0200 |
commit | 2001bc20d887fa7b77ef083c44e7c538f9222146 (patch) | |
tree | 6365f22948366f55c4ccc3282202a041c81d3cd9 /makefu/5pkgs | |
parent | 237a56464d13ff36b5872387d9dbdc43eeefa146 (diff) |
ma pkgs.tmm: bump to 3.1.6
they seem to remove unstable builds after one minor release
this will be a damn pain in the ass
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r-- | makefu/5pkgs/tinymediamanager/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/5pkgs/tinymediamanager/default.nix b/makefu/5pkgs/tinymediamanager/default.nix index 64d00e3a1..03bb90177 100644 --- a/makefu/5pkgs/tinymediamanager/default.nix +++ b/makefu/5pkgs/tinymediamanager/default.nix @@ -15,11 +15,11 @@ let in stdenv.mkDerivation rec { pname = "tinymediamanager"; - version = "3.1.5"; + version = "3.1.6"; src = fetchurl { url = "http://release.tinymediamanager.org/v3/dist/tmm_${version}_linux.tar.gz"; - sha256 = "01nlbkiwvw1cdwrxpdvkkc6g5zrjig22hxbyv1i44ay4wi6vmcax"; + sha256 = "06h0q52f0q4aq600nqzjkgrbkwxa2gnpbbn3nbfhni550bdgvf40"; }; sourceRoot = "."; |