nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.drf-spectacular-sidecar: 2025.4.1 -> 2025.8.1

Diff: https://github.com/tfranzel/drf-spectacular-sidecar/compare/2025.4.1...2025.8.1

+2 -2
+2 -2
pkgs/development/python-modules/drf-spectacular-sidecar/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "drf-spectacular-sidecar"; 11 - version = "2025.4.1"; 11 + version = "2025.8.1"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "tfranzel"; 16 16 repo = "drf-spectacular-sidecar"; 17 17 rev = version; 18 - hash = "sha256-YzSUwShj7QGCVKlTRM2Gro38Y+jGYQsMGBMAH0radmA="; 18 + hash = "sha256-H2eHFX7VG7YqLztEV/G4QnVYytkfADeHxgBTRlmKt50="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];