Compare commits

..

No commits in common. "7aff5bf4fe8f4c4ae7afbe97ea4ae5a41a7640c6" and "08c9b0d19c4d5f63e5169169a106a476899ccf27" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -15,13 +15,13 @@
libglvnd, libglvnd,
}: }:
let let
pkgVersion = "3.25.101"; pkgVersion = "3.24.10004";
pkgSrc = fetchFromGitHub { pkgSrc = fetchFromGitHub {
owner = "SnosMe"; owner = "SnosMe";
repo = "awakened-poe-trade"; repo = "awakened-poe-trade";
rev = "v${pkgVersion}"; rev = "v${pkgVersion}";
hash = "sha256-tR7Ef9/XZBcbdpjNKthzyTiDZOaDiJ1EcRwgjHyCTZk="; hash = "sha256-khIJIOT5Us792YThruNZfnpfBrcPS/vjoAdLI6V4Nwo=";
}; };
yarnCacheRenderer = fetchYarnDeps { yarnCacheRenderer = fetchYarnDeps {

View File

@ -19,8 +19,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PathOfBuildingCommunity"; owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding"; repo = "PathOfBuilding";
rev = "df6af36a16d02ba7f2ab91bb3726834ccdd74458"; rev = "be394d784728955aecae4f7e453cc3a5545e7163";
hash = "sha256-IUM7MOQgwlO4qX6Ah/vh1tODupjQPuKKzZ+DA6QHSio="; hash = "sha256-r70nC/WlbxwAduoLMT80fRCMu+6VV38Rrb1mUJaAdpA=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];