goodvibes: 0.8.0 -> 0.8.1

Diff: https://gitlab.com/goodvibes/goodvibes/-/compare/v0.8.0...v0.8.1
This commit is contained in:
74k1 2024-11-08 13:28:46 +01:00
parent 711fb0167d
commit 4761b61b1e
No known key found for this signature in database
GPG Key ID: 5689D9FA11A2BC04

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitLab
, fetchpatch
, meson
, ninja
, pkg-config
@ -18,21 +17,14 @@
stdenv.mkDerivation rec {
pname = "goodvibes";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitLab {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-KflLEc6BFA3pBY9HukEm5NluGi2igFNP6joOMdmZ0Ds=";
hash = "sha256-zqJbtCqdwKXy13WWoAwSRYVhAOJsHqOF0DriSDEigbI=";
};
patches = [
# Fixes a compilation error
(fetchpatch {
url = "https://gitlab.com/goodvibes/goodvibes/-/commit/e332f831b91ee068a1a58846d7607b30ab010116.patch";
hash = "sha256-PzbTltbD0xWJAytCGg1TAwBLrICP+9QZbCbG1QQ8Qmw=";
})
];
nativeBuildInputs = [
meson