Merge pull request #206063 from r-ryantm/auto-update/roswell

roswell: 22.12.14.112 -> 22.12.14.113
This commit is contained in:
Weijia Wang 2023-01-23 08:07:54 +01:00 committed by GitHub
commit 8d4be73b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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