tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dsf2flac: unstable-2021-07-31 -> 0-unstable-2025-01-31
Sizhe Zhao
7 months ago
4285cec6
e3db3c24
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ds
dsf2flac
package.nix
+4
-4
pkgs/by-name/ds/dsf2flac/package.nix
···
13
13
14
14
stdenv.mkDerivation {
15
15
pname = "dsf2flac";
16
16
-
version = "unstable-2021-07-31";
16
16
+
version = "0-unstable-2025-01-31";
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "hank";
20
20
repo = "dsf2flac";
21
21
-
rev = "6b109cd276ec7c7901f96455c77cf2d2ebfbb181";
22
22
-
sha256 = "sha256-VlXfywgYhI2QuGQvpD33BspTTgT0jOKUV3gENq4HiBU=";
21
21
+
rev = "39d43901ce27d0cc53b5a4eb277a65082e9906f0";
22
22
+
hash = "sha256-I8BupNE49+9oExR/GhoZUVbCHhDJEz3hhvQnbi8ZVGs=";
23
23
};
24
24
25
25
buildInputs = [
···
46
46
meta = {
47
47
description = "DSD to FLAC transcoding tool";
48
48
homepage = "https://github.com/hank/dsf2flac";
49
49
-
license = lib.licenses.gpl2;
49
49
+
license = lib.licenses.gpl2Plus;
50
50
maintainers = with lib.maintainers; [ artemist ];
51
51
platforms = [ "x86_64-linux" ];
52
52
mainProgram = "dsf2flac";