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:
sternenseemann 2021-04-25 13:28:45 +02:00 committed by sterni
parent f24b888dc2
commit c41d97c324

View file

@ -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";