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:
parent
5d1b96ebf2
commit
25ce207a62
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue