summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtemis Tosini <me@artem.ist>2022-05-09 15:47:53 +0000
committerRick van Schijndel <Mindavi@users.noreply.github.com>2022-05-10 18:08:03 +0200
commit69146c5629b61fc9d661d5f1be55c65da2a110b4 (patch)
tree8a58f8919a3334416ff1bfcc5d79baecb929f114
parentc4956c85b4655be23f410e59964b1cd6a1973675 (diff)
downloadnixpkgs-69146c5629b61fc9d661d5f1be55c65da2a110b4.tar
nixpkgs-69146c5629b61fc9d661d5f1be55c65da2a110b4.tar.gz
nixpkgs-69146c5629b61fc9d661d5f1be55c65da2a110b4.tar.bz2
nixpkgs-69146c5629b61fc9d661d5f1be55c65da2a110b4.tar.lz
nixpkgs-69146c5629b61fc9d661d5f1be55c65da2a110b4.tar.xz
nixpkgs-69146c5629b61fc9d661d5f1be55c65da2a110b4.tar.zst
nixpkgs-69146c5629b61fc9d661d5f1be55c65da2a110b4.zip
dsf2flac: unstable-2018-01-02 → unstable-2021-07-31
Set artemist as maintainer as current one isn't active
Set platform to only x86-64_linux as others do not work
-rw-r--r--pkgs/applications/audio/dsf2flac/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/audio/dsf2flac/default.nix b/pkgs/applications/audio/dsf2flac/default.nix
index db07acf7c36..d47bff7fe88 100644
--- a/pkgs/applications/audio/dsf2flac/default.nix
+++ b/pkgs/applications/audio/dsf2flac/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "dsf2flac";
-  version = "unstable-2018-01-02";
+  version = "unstable-2021-07-31";
 
   src = fetchFromGitHub {
     owner = "hank";
     repo = pname;
-    rev = "b0cf5aa6ddc60df9bbfeed25548e443c99f5cb16";
-    sha256 = "15j5f82v7lgs0fkgyyynl82cb1rsxyr9vw3bpzra63nacbi9g8lc";
+    rev = "6b109cd276ec7c7901f96455c77cf2d2ebfbb181";
+    sha256 = "sha256-VlXfywgYhI2QuGQvpD33BspTTgT0jOKUV3gENq4HiBU=";
   };
 
   buildInputs = [ boost flac id3lib taglib zlib ];
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     description = "A DSD to FLAC transcoding tool";
     homepage = "https://github.com/hank/dsf2flac";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ dmrauh ];
-    platforms = with platforms; linux;
+    maintainers = with maintainers; [ artemist ];
+    platforms = [ "x86_64-linux" ];
   };
 }