Unverified Commit 07e01917 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

icestudio: 0.12-unstable-2026-01-01 -> 0.12-unstable-2026-02-16 (#493142)

parents 93954be3 e9685bfd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

let
  # Use unstable because it has improvements for finding python
  version = "0.12-unstable-2026-01-01";
  version = "0.12-unstable-2026-02-16";

  src = fetchFromGitHub {
    owner = "FPGAwars";
    repo = "icestudio";
    rev = "85719eecf39bd7dd0800fdcb10891350c7c88279";
    hash = "sha256-d63HPoCEgC4Ft+seWIi8rCuXckJVfe4mzxUCbEqMiDw=";
    rev = "3398b694f7d8eeda47fae37067a66f011ce22880";
    hash = "sha256-OJQepq424ml86LHMfkexArwC7LWoXgJP1UEkqwSXtmY=";
  };

  collection = fetchurl {