Unverified Commit aac310ab authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

homer: 25.11.1 -> 26.4.1 (#508272)

parents 929d60a1 a8649c6a
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -10,14 +10,16 @@
  nix-update-script,
  nixosTests,
}:

stdenvNoCC.mkDerivation rec {
  pname = "homer";
  version = "25.11.1";
  version = "26.4.1";

  src = fetchFromGitHub {
    owner = "bastienwirtz";
    repo = "homer";
    rev = "v${version}";
    hash = "sha256-6shFVaCtPQeZCeeswAQHgcXOwVwABNa3ljsdUG63QGo=";
    hash = "sha256-zb6A0h0OuSUxh43tO/ksKXvkjrJMwNCsRJwgIy7eXpk=";
  };

  pnpmDeps = fetchPnpmDeps {
@@ -27,8 +29,8 @@ stdenvNoCC.mkDerivation rec {
      src
      ;
    pnpm = pnpm_10;
    fetcherVersion = 2;
    hash = "sha256-TtazfRhcniA1H//C95AMH8/Pw+Rbtinlfg7dDAmSk1w=";
    fetcherVersion = 3;
    hash = "sha256-7BLQHmnw+FfUm9R5//8kEBusM2O+wbTF5joHo60zKfQ=";
  };

  nativeBuildInputs = [