Compare commits

..

4 Commits

Author SHA1 Message Date
70de7f6c8a Flake update 2024-08-04 10:24:10 +02:00
eac3c90168 Update awakened-poe-trade 2024-08-04 10:23:56 +02:00
b25967aed8 Update pob 2024-08-04 10:23:33 +02:00
30817d7f84 Update pob 2024-08-01 17:16:39 +02:00
3 changed files with 8 additions and 8 deletions

View File

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

View File

@ -15,13 +15,13 @@
libglvnd, libglvnd,
}: }:
let let
pkgVersion = "3.25.101"; pkgVersion = "3.25.102";
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-8tDSUqQ5Ne46WwvR6MPAcQZI+9a+SBn1K7EYZFQ7vTE=";
}; };
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-VLDsqCKrNF7Smywg3yRrjgMG0lmZt8uzeTHKr5n2JMw="; hash = "sha256-aXbtqBNIEIj+vdtNd+cBPrybu36dAsG8lie+7KiHBKg=";
}; };
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 = "6beae658f8ac080737c0771527fa9fb21bb83f3a"; rev = "c76a5fea58a8ccfc7421cb34e2f614808a8246ae";
hash = "sha256-wxsU178BrjdeBTTPY2C3REWlyORWI+/fFijn5oa2Gms="; hash = "sha256-86V/0ZdWY2pTbyPYjyQRV9VCvWTKjYc3GleDPgh6avA=";
}; };
nativeBuildInputs = [ unzip ]; nativeBuildInputs = [ unzip ];