roswell: 23.10.14.114 -> 24.10.115

This commit is contained in:
R. Ryantm 2024-10-16 12:30:33 +00:00
parent 10eedf98f6
commit 3560ef60c0

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "roswell";
version = "23.10.14.114";
version = "24.10.115";
src = fetchFromGitHub {
owner = "roswell";
repo = pname;
rev = "v${version}";
hash = "sha256-70BSwRKj1WPvWxQzWPrs8ECkcVosAUaX5cK7FaDUhRc=";
hash = "sha256-2aYA1AzRPXaM82Sh+dMiQJcOAD0rzwV09VyLy0oS6as=";
};
patches = [