uxn: fix version string

Since there is a tagged release - https://git.sr.ht/~rabbits/uxn/log/1.0 -, the
version string should start with it.
This commit is contained in:
Anderson Torres 2024-02-28 12:41:10 -03:00
parent 5d1b96ebf2
commit 25ce207a62

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "uxn";
version = "0-unstable-2024-02-15";
version = "1.0-unstable-2024-02-15";
src = fetchFromSourcehut {
owner = "~rabbits";