youtrack: 2024.1.32323 -> 2024.2.34646

This commit is contained in:
R. Ryantm
2024-06-14 07:29:54 +00:00
parent f587de5d7f
commit ced3787789
+2 -2
View File
@@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "youtrack";
version = "2024.1.32323";
version = "2024.2.34646";
src = fetchzip {
url = "https://download.jetbrains.com/charisma/youtrack-${finalAttrs.version}.zip";
hash = "sha256-eBjh0jp2Pb40IkjKZSBiaPWh5xXXRYUVjgmoVGrVLrg=";
hash = "sha256-9htjtB1TC+p+eETsXH5B36NKnZsFA/Og/PIW9gHQefc=";
};
nativeBuildInputs = [ makeBinaryWrapper ];