Merge pull request #292108 from atorres1985-contrib/uxn

uxn: fix version string
This commit is contained in:
Nikolay Korotkiy 2024-02-29 02:14:34 +04:00 committed by GitHub
commit 42c5eca9eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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