soldat-unstable: move unstable into version
pname is still soldat, regardless of whether it is stable or unstable, attribute name should keep the suffix for clarity (soldat stable is unfree (?) and not packaged by us atm).
This commit is contained in:
parent
f24b888dc2
commit
c41d97c324
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "soldat-unstable";
|
||||
version = "2021-02-09";
|
||||
pname = "soldat";
|
||||
version = "unstable-2021-02-09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
name = "soldat";
|
||||
|
|
Loading…
Reference in a new issue