Skip to content

Commit

Permalink
youtrack: 2024.2.40106 -> 2024.2.41254 (NixOS#337691)
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored Aug 29, 2024
2 parents 65bf97a + 4585a6b commit 5402c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/yo/youtrack/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 5402c1e

Please sign in to comment.