Merge pull request #248309 from liyangau/update-deck-1260-hash

deck: correct hash for 1.26.0
This commit is contained in:
Pol Dellaiera 2023-08-11 07:08:45 +02:00 committed by GitHub
commit 97dc71199a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";