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

Open
johno wants to merge 1 commits from bead/nixos-configs-v2v into main
Showing only changes of commit 58d7493c1b - Show all commits

View File

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