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

+4 -4
+4 -4
pkgs/by-name/ds/dsf2flac/package.nix
··· 13 14 stdenv.mkDerivation { 15 pname = "dsf2flac"; 16 - version = "unstable-2021-07-31"; 17 18 src = fetchFromGitHub { 19 owner = "hank"; 20 repo = "dsf2flac"; 21 - rev = "6b109cd276ec7c7901f96455c77cf2d2ebfbb181"; 22 - sha256 = "sha256-VlXfywgYhI2QuGQvpD33BspTTgT0jOKUV3gENq4HiBU="; 23 }; 24 25 buildInputs = [ ··· 46 meta = { 47 description = "DSD to FLAC transcoding tool"; 48 homepage = "https://github.com/hank/dsf2flac"; 49 - license = lib.licenses.gpl2; 50 maintainers = with lib.maintainers; [ artemist ]; 51 platforms = [ "x86_64-linux" ]; 52 mainProgram = "dsf2flac";
··· 13 14 stdenv.mkDerivation { 15 pname = "dsf2flac"; 16 + version = "0-unstable-2025-01-31"; 17 18 src = fetchFromGitHub { 19 owner = "hank"; 20 repo = "dsf2flac"; 21 + rev = "39d43901ce27d0cc53b5a4eb277a65082e9906f0"; 22 + hash = "sha256-I8BupNE49+9oExR/GhoZUVbCHhDJEz3hhvQnbi8ZVGs="; 23 }; 24 25 buildInputs = [ ··· 46 meta = { 47 description = "DSD to FLAC transcoding tool"; 48 homepage = "https://github.com/hank/dsf2flac"; 49 + license = lib.licenses.gpl2Plus; 50 maintainers = with lib.maintainers; [ artemist ]; 51 platforms = [ "x86_64-linux" ]; 52 mainProgram = "dsf2flac";