mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
zpaq: propagate version for updater
This commit is contained in:
parent
6187cf1ddc
commit
2a4e9db699
1 changed files with 1 additions and 0 deletions
|
@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl3Plus ;
|
||||
maintainers = with maintainers; [ raskin nckx ];
|
||||
platforms = platforms.linux;
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue