Merge pull request #223218 from trofi/opentyrian-update

opentyrian: 2.1.20220318 -> 2.1.20221123
This commit is contained in:
Sergei Trofimovich 2023-03-26 12:16:08 +01:00 committed by GitHub
commit 9785a157e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "opentyrian";
version = "2.1.20220318";
version = "2.1.20221123";
src = fetchFromGitHub {
owner = "opentyrian";
repo = "opentyrian";
rev = "v${version}";
sha256 = "01z1zxpps4ils0bnwazl9lmqdbfhfd8fkacahnh6kqyczavg40xg";
sha256 = "sha256-fVcc8v1c9uU72X6afEo4VoMo6YuDECQSwDQ/TQjgwUY=";
};
data = fetchzip {