1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

youtrack: 2024.2.40106 -> 2024.2.41254 (#337691)

This commit is contained in:
Leona Maroni 2024-08-29 20:06:51 +02:00 committed by GitHub
commit 5402c1eef9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "youtrack";
version = "2024.2.40106";
version = "2024.2.41254";
src = fetchzip {
url = "https://download.jetbrains.com/charisma/youtrack-${finalAttrs.version}.zip";
hash = "sha256-EihSVUmsVhex2/+VmQ74jEVbpA5A6aOKDt8ejPlw5dQ=";
hash = "sha256-17IukQTBKspspVDyHpv8DtkAnuAHrB+rXenu8h7Yfno=";
};
nativeBuildInputs = [ makeBinaryWrapper ];