dsf2flac: unstable-2021-07-31 -> 0-unstable-2025-01-31

Changed files
+4 -4
pkgs
by-name
ds
dsf2flac
+4 -4
pkgs/by-name/ds/dsf2flac/package.nix
···
stdenv.mkDerivation {
pname = "dsf2flac";
-
version = "unstable-2021-07-31";
+
version = "0-unstable-2025-01-31";
src = fetchFromGitHub {
owner = "hank";
repo = "dsf2flac";
-
rev = "6b109cd276ec7c7901f96455c77cf2d2ebfbb181";
-
sha256 = "sha256-VlXfywgYhI2QuGQvpD33BspTTgT0jOKUV3gENq4HiBU=";
+
rev = "39d43901ce27d0cc53b5a4eb277a65082e9906f0";
+
hash = "sha256-I8BupNE49+9oExR/GhoZUVbCHhDJEz3hhvQnbi8ZVGs=";
};
buildInputs = [
···
meta = {
description = "DSD to FLAC transcoding tool";
homepage = "https://github.com/hank/dsf2flac";
-
license = lib.licenses.gpl2;
+
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ artemist ];
platforms = [ "x86_64-linux" ];
mainProgram = "dsf2flac";