nix-playground: 1.0.1 -> 1.0.2 (#389044)

This commit is contained in:
Pol Dellaiera
2025-03-11 22:46:21 +01:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-playground";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "LaunchPlatform";
repo = "nix-playground";
tag = version;
hash = "sha256-uAQoJmhsTJZ4IW8Zzamq4zW+MT6k5ZrB7g+YsWFpKVs=";
hash = "sha256-+X21Fub8G7vx+HjuExUojYy7duY5enbakBCxXbOb3GM=";
};
build-system = with python3.pkgs; [