goodvibes: 0.8.2 -> 0.8.3

This commit is contained in:
R. Ryantm
2025-11-06 12:27:44 +00:00
parent 9d4098e3c8
commit bc14d5bd6e
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "goodvibes";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitLab {
owner = "goodvibes";
repo = "goodvibes";
rev = "v${version}";
hash = "sha256-AHw8KlU1lmgH837GOpxGBgngwRIs5XV3+TvH4MuCx54=";
hash = "sha256-Lh4FPH0Bdxg2J4IxsZPs8Zjc7Tcobb4bTpvJzVNIy0Y=";
};
nativeBuildInputs = [