frogatto: fix invalid unstable version scheme (#555346)

This commit is contained in:
Yohann Boniface
2026-08-25 00:59:17 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
stdenv.mkDerivation {
pname = "frogatto-data";
version = "unstable-2023-02-27";
version = "1.3.1-unstable-2023-02-27";
src = fetchFromGitHub {
owner = "frogatto";

View File

@@ -19,7 +19,7 @@
stdenv.mkDerivation {
pname = "anura-engine";
version = "unstable-2023-02-27";
version = "0-unstable-2023-02-27";
src = fetchFromGitHub {
owner = "anura-engine";