Merge pull request #260438 from r-ryantm/auto-update/goodvibes

goodvibes: 0.7.6 -> 0.7.7
This commit is contained in:
Ryan Mulligan 2023-10-12 06:40:08 -07:00 committed by GitHub
commit b1722477f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "goodvibes"; pname = "goodvibes";
version = "0.7.6"; version = "0.7.7";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-w0nmTYcq2DBHSjQ23zWxT6optyH+lRAMRa210F7XEvE="; hash = "sha256-7AhdygNl6st5ryaMjrloBvTVz6PN48Y6VVpde5g3+D4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [