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

youtrack: 2024.1.26888 -> 2024.1.27971
This commit is contained in:
Leona Maroni 2024-04-16 23:35:36 +02:00 committed by GitHub
commit 34ce1162d3
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.26888";
version = "2024.1.27971";
src = fetchzip {
url = "https://download.jetbrains.com/charisma/youtrack-${finalAttrs.version}.zip";
hash = "sha256-RSqxL7w0Pd4MPpXx6FpZrxQkhhlZXwgy26eQIniE5FY=";
hash = "sha256-DropdHT3ZA4kuxyE8xyHB079OMzYH4zKPt38oW7XoFY=";
};
nativeBuildInputs = [ makeBinaryWrapper ];