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": {
"nixpkgs": {
"locked": {
"lastModified": 1722421184,
"narHash": "sha256-/DJBI6trCeVnasdjUo9pbnodCLZcFqnVZiLUfqLH4jA=",
"lastModified": 1721379653,
"narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9f918d616c5321ad374ae6cb5ea89c9e04bf3e58",
"rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374",
"type": "github"
},
"original": {

View File

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

View File

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