deepin(go-package): use vendorHash instead of vendorSha256
This commit is contained in:
@@ -16,7 +16,7 @@ buildGoModule rec {
|
||||
hash = "sha256-lvAY0CJ+EohMK16fwIkB7Jq7gTpMhDimPYs9b/IklA4=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-q6ugetchJLv2JjZ9+nevUI0ptizh2V+6SByoY/eFJJQ=";
|
||||
vendorHash = "sha256-q6ugetchJLv2JjZ9+nevUI0ptizh2V+6SByoY/eFJJQ=";
|
||||
|
||||
postPatch = ''
|
||||
# Relocate files path for backgrounds and wallpapers
|
||||
|
||||
@@ -23,7 +23,7 @@ buildGoModule rec {
|
||||
hash = "sha256-kBrkcB0IWGUV4ZrkFzwdPglRgDcnVvYDFhTXS20pKOk=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-L0vUEkUN70Hrx5roIvTfaZBHbbq7mf3WpQJeFAMU5HY=";
|
||||
vendorHash = "sha256-L0vUEkUN70Hrx5roIvTfaZBHbbq7mf3WpQJeFAMU5HY=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user