Set version to 0.0.1

ZenStates-Linux doesn't actually have a version, so I'm setting the
version to 0.0.1 in case the developer eventually does start doing
releases.
This commit is contained in:
Savanni D'Gerinel 2020-04-23 22:17:30 -04:00
parent bfe072dc4b
commit 4db7911b5b

View File

@ -24,7 +24,7 @@
{ stdenv, fetchFromGitHub, python3 }:
stdenv.mkDerivation rec {
pname = "zenstates";
version = "0.1.0";
version = "0.0.1";
src = fetchFromGitHub {
owner = "r4m0n";