mbusd: 0.5.1 → 0.5.2

This commit is contained in:
Nikolay Korotkiy 2024-03-29 16:01:40 +04:00
parent 106b852a30
commit 7e0c09e12e
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mbusd";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "3cky";
repo = "mbusd";
rev = "v${version}";
hash = "sha256-vYYaJKcnREng+2UsDIZ28hvANkQCHVixQIxo82m7MQs=";
hash = "sha256-RQRSqlbPwBhw0SiNSP+euMVAwVBJo3lx0qB5gyWA+cM=";
};
nativeBuildInputs = [ cmake pkg-config ];