youtrack: 2024.1.25893 -> 2024.1.26888

This commit is contained in:
R. Ryantm 2024-03-23 11:35:15 +00:00
parent 476a33c53d
commit 250e7b80ae
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 ];