mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
mission-center: 0.4.4 -> 0.4.5
Changelog: https://gitlab.com/mission-center-devs/mission-center/-/releases/v0.4.5
This commit is contained in:
parent
1ea2cbffec
commit
e315a81562
1311
pkgs/applications/misc/mission-center/Cargo.lock
generated
1311
pkgs/applications/misc/mission-center/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -45,13 +45,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mission-center";
|
||||
version = "0.4.4";
|
||||
version = "0.4.5";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "mission-center-devs";
|
||||
repo = "mission-center";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-J0wSu/jWpUJ7Ga6RecY4yLT7i5Ry1HiI+t30SAHOkMw=";
|
||||
hash = "sha256-e5+uB2vzwRqjUiR+gxpSARHPqG+1iX3yifsfwv5LnZI=";
|
||||
};
|
||||
|
||||
cargoDeps = symlinkJoin {
|
||||
|
@ -59,9 +59,6 @@ stdenv.mkDerivation rec {
|
|||
paths = [
|
||||
(rustPlatform.importCargoLock {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"pathfinder_canvas-0.5.0" = "sha256-qEp16TVggPtvFvDuUyWsS6rH6MeO6FW0K6BnACghaCg=";
|
||||
};
|
||||
})
|
||||
(rustPlatform.importCargoLock {
|
||||
lockFile = ./gatherer-Cargo.lock;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue