Merge pull request #233156 from r-ryantm/auto-update/rmw

rmw: 0.9.0 -> 0.9.1
This commit is contained in:
figsoda 2023-05-21 14:36:50 -04:00 committed by GitHub
commit c66965c863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "rmw";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "theimpossibleastronaut";
repo = "rmw";
rev = "v${version}";
hash = "sha256-KOYj63j/vCG7I63bgep03HzufOj/p/EHaY8lyRMHCkY=";
hash = "sha256-rfJdJHSkusZj/PN74KgV5i36YC0YRZmIfRdvkUNoKEM=";
fetchSubmodules = true;
};