Compare commits

..

No commits in common. "70de7f6c8a88be60df71fff7d91d9c858b02686f" and "58b0bc667bff414fef982b040c6ca8f39d580201" have entirely different histories.

3 changed files with 8 additions and 8 deletions

View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1722421184, "lastModified": 1721379653,
"narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=", "narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58", "rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -15,13 +15,13 @@
libglvnd, libglvnd,
}: }:
let let
pkgVersion = "3.25.102"; pkgVersion = "3.25.101";
pkgSrc = fetchFromGitHub { pkgSrc = fetchFromGitHub {
owner = "SnosMe"; owner = "SnosMe";
repo = "awakened-poe-trade"; repo = "awakened-poe-trade";
rev = "v${pkgVersion}"; rev = "v${pkgVersion}";
hash = "sha256-8tDSUqQ5Ne46WwvR6MPAcQZI+9a+SBn1K7EYZFQ7vTE="; hash = "sha256-tR7Ef9/XZBcbdpjNKthzyTiDZOaDiJ1EcRwgjHyCTZk=";
}; };
yarnCacheRenderer = fetchYarnDeps { yarnCacheRenderer = fetchYarnDeps {
@ -31,7 +31,7 @@ let
yarnCacheMain = fetchYarnDeps { yarnCacheMain = fetchYarnDeps {
yarnLock = pkgSrc + "/main/yarn.lock"; yarnLock = pkgSrc + "/main/yarn.lock";
hash = "sha256-aXbtqBNIEIj+vdtNd+cBPrybu36dAsG8lie+7KiHBKg="; hash = "sha256-VLDsqCKrNF7Smywg3yRrjgMG0lmZt8uzeTHKr5n2JMw=";
}; };
renderer = stdenv.mkDerivation (finalAttrs: { renderer = stdenv.mkDerivation (finalAttrs: {

View File

@ -19,8 +19,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PathOfBuildingCommunity"; owner = "PathOfBuildingCommunity";
repo = "PathOfBuilding"; repo = "PathOfBuilding";
rev = "c76a5fea58a8ccfc7421cb34e2f614808a8246ae"; rev = "6beae658f8ac080737c0771527fa9fb21bb83f3a";
hash = "sha256-86V/0ZdWY2pTbyPYjyQRV9VCvWTKjYc3GleDPgh6avA="; hash = "sha256-wxsU178BrjdeBTTPY2C3REWlyORWI+/fFijn5oa2Gms=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];