Merge pull request #190426 from r-ryantm/auto-update/valum

valum: 0.3.17 -> 0.3.18
This commit is contained in:
Mario Rodas 2022-09-09 09:02:48 -05:00 committed by GitHub
commit dafb154a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "valum";
version = "0.3.17";
version = "0.3.18";
src = fetchFromGitHub {
owner = "valum-framework";
repo = "valum";
rev = "v${version}";
sha256 = "sha256-GpzFtr6MueHGHA6BEc24oGSfjxyHxIlL52cq+0gmBAI=";
sha256 = "sha256-baAv83YiX8HdBm/t++ktB7pmTVlt4aWZ5xnsAs/NrTI=";
};
nativeBuildInputs = [ meson ninja pkg-config ];