tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ncspot: 1.3.0 -> 1.3.1
tomasguinzburg
5 months ago
8a0bda1b
0f06b784
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
nc
ncspot
package.nix
+4
-4
pkgs/by-name/nc/ncspot/package.nix
···
30
withShareSelection ? false,
31
withTermion ? false,
32
}:
33
-
34
rustPlatform.buildRustPackage (finalAttrs: {
35
pname = "ncspot";
36
-
version = "1.3.0";
37
38
src = fetchFromGitHub {
39
owner = "hrkfdn";
40
repo = "ncspot";
41
tag = "v${finalAttrs.version}";
42
-
hash = "sha256-FSMQv2443oPQjMSv68ppfI2ZTUG79b+GcXmHNAmjPZk=";
43
};
44
45
-
cargoHash = "sha256-Qjsn3U9KZr5qZliJ/vbudfkH1uOng1N5c8dAyH+Y5vQ=";
46
47
nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3;
48
···
95
maintainers = with lib.maintainers; [
96
liff
97
getchoo
0
98
];
99
mainProgram = "ncspot";
100
};
···
30
withShareSelection ? false,
31
withTermion ? false,
32
}:
0
33
rustPlatform.buildRustPackage (finalAttrs: {
34
pname = "ncspot";
35
+
version = "1.3.1";
36
37
src = fetchFromGitHub {
38
owner = "hrkfdn";
39
repo = "ncspot";
40
tag = "v${finalAttrs.version}";
41
+
hash = "sha256-bKwpvkaYIFK4USxAfx/Vudu7KlT3WP5rKQ1f5lQFbtc=";
42
};
43
44
+
cargoHash = "sha256-FepaUgwOaQKW+0ugGDbqFmZmVPL7wqVaYyLk5UjND2o=";
45
46
nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3;
47
···
94
maintainers = with lib.maintainers; [
95
liff
96
getchoo
97
+
sodagunz
98
];
99
mainProgram = "ncspot";
100
};