feat: properly set versions

This commit is contained in:
Oskar Manhart
2024-10-22 21:07:29 +02:00
parent 7277f71b9c
commit df54d08955
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ let
in
stdenv.mkDerivation rec {
pname = "winapps";
version = "0-unstable-${rev}";
version = "0-unstable-2024-10-09";
src = fetchFromGitHub {
owner = "winapps-org";