roswell: 22.12.14.113 -> 23.10.14.114

This commit is contained in:
R. Ryantm 2023-10-19 01:30:51 +00:00
parent 1ae1ab8d01
commit 11f438d7f4

View File

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