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

goodvibes: 0.7.5 -> 0.7.6
This commit is contained in:
figsoda
2023-01-21 23:32:11 -05:00
committed by GitHub
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "goodvibes";
version = "0.7.5";
version = "0.7.6";
src = fetchFromGitLab {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-CE9f0GnXr7wSpp8jyW0ZxGKx16r6tOaObzQXKcy5nPY=";
hash = "sha256-w0nmTYcq2DBHSjQ23zWxT6optyH+lRAMRa210F7XEvE=";
};
nativeBuildInputs = [