nix-playground: 1.0.2 -> 1.0.3 (#392296)

This commit is contained in:
Nick Cao
2025-03-23 09:44:51 -04:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-playground";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "LaunchPlatform";
repo = "nix-playground";
tag = version;
hash = "sha256-+X21Fub8G7vx+HjuExUojYy7duY5enbakBCxXbOb3GM=";
hash = "sha256-WiQlqQHW4RNvk79cs3B6+Tg1STYXj2tq2+Pvu82saxk=";
};
build-system = with python3.pkgs; [