mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
pavolctld: 1.0.1 -> 1.0.2
This commit is contained in:
parent
6d0aefaed4
commit
14d4068c1c
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "pavolctld";
|
pname = "pavolctld";
|
||||||
version = "1.0.1";
|
version = "1.0.2";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.tjkeller.xyz/pavolctld";
|
url = "https://git.tjkeller.xyz/pavolctld";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-nmN8bQKQNGpCGvHQnZK9YQgB80SxRSds0V9Y7h/Guh8=";
|
hash = "sha256-gNEXED+9BkCCLi8oW2GZi9Azd/zOWUvu/bY0a1WbE/A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libpulseaudio ];
|
buildInputs = [ libpulseaudio ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue