mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
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:
parent
bdba2e217f
commit
d3c2bac5d9
@ -1,6 +1,6 @@
|
||||
{ buildGoModule, lib, installShellFiles, fetchFromGitHub }:
|
||||
let
|
||||
short_hash = "86497a5";
|
||||
short_hash = "63b9742";
|
||||
in buildGoModule rec {
|
||||
pname = "deck";
|
||||
version = "1.26.0";
|
||||
|
Loading…
Reference in New Issue
Block a user