goodvibes: 0.7.7 -> 0.7.9

This commit is contained in:
Xaver106 2023-11-12 12:16:22 +01:00
parent 95f221e3cb
commit c46b586776
No known key found for this signature in database
GPG Key ID: B1A415AB920AFDA2

View File

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