Merge pull request #297279 from r-ryantm/auto-update/youtrack

youtrack: 2024.1.25893 -> 2024.1.26888
This commit is contained in:
Leona Maroni 2024-03-23 15:50:36 +01:00 committed by GitHub
commit 25fb83a5e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "youtrack";
version = "2024.1.25893";
version = "2024.1.26888";
src = fetchzip {
url = "https://download.jetbrains.com/charisma/youtrack-${finalAttrs.version}.zip";
hash = "sha256-YH+SC2kc4jfW3Tn9pnhROoUHID1JAWF86As5rrU4xlY=";
hash = "sha256-RSqxL7w0Pd4MPpXx6FpZrxQkhhlZXwgy26eQIniE5FY=";
};
nativeBuildInputs = [ makeBinaryWrapper ];