Merge pull request #144147 from maaslalani/ml-bump-slides

slides: 0.6.2 -> 0.7.2
This commit is contained in:
Sandro 2021-11-01 21:11:07 +01:00 committed by GitHub
commit 8546b91ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "slides";
version = "0.6.2";
version = "0.7.2";
src = fetchFromGitHub {
owner = "maaslalani";
repo = "slides";
rev = "v${version}";
sha256 = "sha256-D2ex9/XN5JMKwn+g1cB77UMquYW9NdTzhCCvVtTOBfU=";
sha256 = "02zdgn0pnjqharvmn9rww45yrja8dzww64s3fryxx4pm8g5km9nf";
};
checkInputs = [
@ -21,7 +21,7 @@ buildGoModule rec {
go
];
vendorSha256 = "sha256-pI5/1LJVP/ZH64Dy2rUoOXM21oqJ8KA0/L8ClGRb5UY=";
vendorSha256 = "06vb5xnss6ibgbsny6cadphfkzw8z3np5qgn3hp2wpf3hxgcnnvs";
ldflags = [
"-s"