Skip to content

Commit

Permalink
Merge pull request #321943 from aktaboot/framework-tool-update
Browse files Browse the repository at this point in the history
framework-tool: unstable-2023-11-14 -> 0.1.0-unstable-2024-06-14
  • Loading branch information
NickCao authored Aug 21, 2024
2 parents d5badef + bcb0c9e commit 50703e0
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 11 deletions.
94 changes: 86 additions & 8 deletions pkgs/by-name/fr/framework-tool/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/by-name/fr/framework-tool/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ rustPlatform.buildRustPackage {

# Latest stable version 0.1.0 has an ssh:// git URL in Cargo.lock,
# so use unstable for now
version = "unstable-2023-11-14";
version = "0.1.0-unstable-2024-06-14";

src = fetchFromGitHub {
owner = "FrameworkComputer";
repo = "framework-system";
rev = "491a587342a5d79366a25d803b7065169314279c";
hash = "sha256-qDtW4DvY19enCfkOBRaako9ngAkmSreoNWlL4QE2FAk=";
rev = "705805ce3fd9acf23ae4e310227ca62b7d686a69";
hash = "sha256-crMA0jdCGNDvwTzYXiDpz+1O2Tk84j5cLcQAaplCDFs=";
};

cargoLock = {
Expand Down

0 comments on commit 50703e0

Please sign in to comment.