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

youtrack: 2024.1.27971 -> 2024.1.28928
This commit is contained in:
Leona Maroni 2024-04-23 21:04:49 +02:00 committed by GitHub
commit a79dc90c39
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.27971";
version = "2024.1.28928";
src = fetchzip {
url = "https://download.jetbrains.com/charisma/youtrack-${finalAttrs.version}.zip";
hash = "sha256-DropdHT3ZA4kuxyE8xyHB079OMzYH4zKPt38oW7XoFY=";
hash = "sha256-8+dZ1YTpvOX0IEEbFzv4t8T/U/BZMeDCZL7Ju25WBpE=";
};
nativeBuildInputs = [ makeBinaryWrapper ];