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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user