Merge pull request #312698 from GaetanLepage/river

river: 0.3.0 -> 0.3.1
This commit is contained in:
Adam C. Stephens 2024-05-18 13:30:19 -04:00 committed by GitHub
commit f56b5bf0b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "river";
version = "0.3.0";
version = "0.3.1";
outputs = [ "out" ] ++ lib.optionals withManpages [ "man" ];
@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "river";
rev = "refs/tags/v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-6LZuWx0sC6bW0K7D0PR8hJlVW6i6NIzOOORdMu3Gk5U=";
hash = "sha256-H/908/TP2uzJD1yH4mCXHvorY+4kAhzEkWn6nZGsyBg=";
};
nativeBuildInputs = [