mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
[Backport release-24.05] rewind-ai: 1.5284-15284.1-dcd0176-20240504 -> 1.5310-15310.1-5f6bcc5-20240930 (#346748)
This commit is contained in:
commit
e842e646b1
@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
# 15284.1 (build number)
|
# 15284.1 (build number)
|
||||||
# dcd0176 (commit hash)
|
# dcd0176 (commit hash)
|
||||||
# 20240504 (pub date)
|
# 20240504 (pub date)
|
||||||
version = "1.5284-15284.1-dcd0176-20240504";
|
version = "1.5310-15310.1-5f6bcc5-20240930";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url =
|
url =
|
||||||
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
commitHash = lib.elemAt (lib.splitString "-" finalAttrs.version) 2;
|
commitHash = lib.elemAt (lib.splitString "-" finalAttrs.version) 2;
|
||||||
in
|
in
|
||||||
"https://updates.rewind.ai/builds/main/b${buildNumber}-main-${commitHash}.zip";
|
"https://updates.rewind.ai/builds/main/b${buildNumber}-main-${commitHash}.zip";
|
||||||
hash = "sha256-Y7iAYHH/msZoXFzAZHJb6YoDz5fwMPHJx1kg7TqP5Gw=";
|
hash = "sha256-uNqblEOezCj1JanDl6MZZO3GLX5jgWh19VeMcmwZvZg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user