[nixos-configs-v2v] Pin perles package to specific commit #7

Open
johno wants to merge 1 commits from bead/nixos-configs-v2v into main

View File

@@ -7,7 +7,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "zjrosen";
repo = "perles";
rev = "main";
rev = "64eba96c0a9b663ef3a206c8f07b71ab34f46df4";
hash = "sha256-JgRayb4+mJ1r0AtdnQfqAw2+QRte+licsfZOaRgYqcs=";
};