http://pkgs.tgirl.cloud/
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

hostling-frontend: 0.3.1-unstable-2026-03-20 -> 0.3.1-unstable-2026-03-23

Diff: https://github.com/BatteredBunny/hostling/compare/18d112319ac78bccc0d5b64fd88c8293a0e4140c...7310130dcfcf30deae69f6c3c0ce5bbe3f969417

+4 -4
+4 -4
pkgs/ho/hostling-frontend/package.nix
··· 13 13 in 14 14 stdenv.mkDerivation (finalAttrs: { 15 15 pname = "hostling-frontend"; 16 - version = "0.3.1-unstable-2026-03-20"; 16 + version = "0.3.1-unstable-2026-03-23"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "BatteredBunny"; 20 20 repo = "hostling"; 21 - rev = "18d112319ac78bccc0d5b64fd88c8293a0e4140c"; 22 - hash = "sha256-Q9yr1yyTRJoDWiSRvs2PbsmmrZGDmyAPTSl0ErVMSsE="; 21 + rev = "7310130dcfcf30deae69f6c3c0ce5bbe3f969417"; 22 + hash = "sha256-UN9hmRJWWzR4VR5gP34SGe9c1wHt3nCh5rJ/wulerk8="; 23 23 }; 24 24 25 25 sourceRoot = "${finalAttrs.src.name}/frontend"; ··· 39 39 ; 40 40 inherit pnpm; 41 41 fetcherVersion = 3; 42 - hash = "sha256-jJ5yG/x0uUitYZOQsxVfiwMUbQXJ5bD4Apr8Yyb1U3Q="; 42 + hash = "sha256-S+LvGqsxyVPlikxH4dxvCW2fyUHQi8oqMFZuaZ+W/qE="; 43 43 }; 44 44 45 45 buildPhase = ''