youtrack: 2024.1.25893 -> 2024.1.26888
This commit is contained in:
parent
476a33c53d
commit
250e7b80ae
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "youtrack";
|
pname = "youtrack";
|
||||||
version = "2024.1.25893";
|
version = "2024.1.26888";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://download.jetbrains.com/charisma/youtrack-${finalAttrs.version}.zip";
|
url = "https://download.jetbrains.com/charisma/youtrack-${finalAttrs.version}.zip";
|
||||||
hash = "sha256-YH+SC2kc4jfW3Tn9pnhROoUHID1JAWF86As5rrU4xlY=";
|
hash = "sha256-RSqxL7w0Pd4MPpXx6FpZrxQkhhlZXwgy26eQIniE5FY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeBinaryWrapper ];
|
nativeBuildInputs = [ makeBinaryWrapper ];
|
||||||
|
|
Loading…
Reference in a new issue