roswell: 21.10.14.111 -> 22.12.14.112

This commit is contained in:
R. Ryantm 2022-12-11 02:42:56 +00:00
parent 042074ff32
commit b88aa7d155

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "roswell";
version = "21.10.14.111";
version = "22.12.14.112";
src = fetchFromGitHub {
owner = "roswell";
repo = pname;
rev = "v${version}";
sha256 = "sha256-K4RDNTY8g6MNjjiwXMmYaZm0fChJ1C1eTpc0h7ja1ds=";
sha256 = "sha256-Aqgv2WPmQDuBR4/OgjPeC+kzHL3DrImL24z7fbsfGRo=";
};
patches = [