@cryptotaxi247 / infra / commits / 444bd45a

nft-prefix-import: follow the usual branch from now on

The fix was merged long ago; risk of forgetting to unpin. https://github.com/mweinelt/nft-prefix-import/pull/2 This is basically a partial revert of commit 7d400ce2e followed by nix flake update nft-prefix-import

Vladimír Čunát committed May 8, 2026 at 10:26 UTC 444bd45af30ed992215f33836a80076ca1be3ce2
2 files changed +6 -8
flake.lock
+5 -6
@@ -349,16 +349,15 @@
349 ]
350 },
351 "locked": {
352 - "lastModified": 1776722121,
353 - "narHash": "sha256-DGXg6ODTQAP914+edQgfNwRhvu9cER9vtACtH235XP8=",
354 - "owner": "Mic92",
352 + "lastModified": 1776724431,
353 + "narHash": "sha256-DeYqrWkCV2gf9oTowzylf0ucCPHnqFUOVSj/mVILno0=",
354 + "owner": "mweinelt",
355 "repo": "nft-prefix-import",
356 - "rev": "c69c6463c5a3fb51a0e65a4b5981252486157a92",
356 + "rev": "8ec33fedf8f5e020e85a2d36dc1768be6819cfc4",
357 "type": "github"
358 },
359 "original": {
360 - "owner": "Mic92",
361 - "ref": "nft-stdin",
360 + "owner": "mweinelt",
361 "repo": "nft-prefix-import",
362 "type": "github"
363 }
flake.nix
+1 -2
@@ -83,8 +83,7 @@
83 };
84
85 nft-prefix-import = {
86 - # https://github.com/mweinelt/nft-prefix-import/pull/2
87 - url = "github:Mic92/nft-prefix-import/nft-stdin";
86 + url = "github:mweinelt/nft-prefix-import";
87 inputs.nixpkgs.follows = "nixpkgs-unstable";
88 };
89