deck: correct hash for 1.26.0

the short commit hash needs to be updated to match version 1.26.0
This commit is contained in:
liyangau 2023-08-10 17:43:40 +10:00
parent bdba2e217f
commit d3c2bac5d9

View file

@ -1,6 +1,6 @@
{ buildGoModule, lib, installShellFiles, fetchFromGitHub }:
let
short_hash = "86497a5";
short_hash = "63b9742";
in buildGoModule rec {
pname = "deck";
version = "1.26.0";