icestudio: 0.12-unstable-2025-03-08 -> 0.12-unstable-2025-08-03 (#430682)

authored by Cosima Neidahl and committed by GitHub 45efd33f a75987b6

+4 -4
+4 -4
pkgs/by-name/ic/icestudio/package.nix
··· 13 13 14 14 let 15 15 # Use unstable because it has improvements for finding python 16 - version = "0.12-unstable-2025-03-08"; 16 + version = "0.12-unstable-2025-08-03"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "FPGAwars"; 20 20 repo = "icestudio"; 21 - rev = "46d39da2613aa2f55a068b50e7ac45a8f270005d"; 22 - hash = "sha256-UNRNJubM9ePjXhqZ9RiZQIxGBMM3nOye83S7J8wCHMg="; 21 + rev = "4497a9aa0ae02950c4396a8d7083b07d46271855"; 22 + hash = "sha256-QV/ulq/SIN6Ph7BXq0XGSivCg+Ej0VaPafZgEhOhtnI="; 23 23 }; 24 24 25 25 collection = fetchurl { ··· 51 51 buildNpmPackage rec { 52 52 pname = "icestudio"; 53 53 inherit version src; 54 - npmDepsHash = "sha256-ZHvXC0hpAcPMsHhxQWELFC2b+WBNoEvbtLLNJsDhMso="; 54 + npmDepsHash = "sha256-QHd4d0BQXqAs/4WnnawCW/tJvSbWOz++RwomNG4XBuU="; 55 55 npmFlags = [ 56 56 # Use the legacy dependency resolution, with less strict version 57 57 # requirements for transative dependencies