Skip to content

Commit

Permalink
harmonia: 0.2.0 -> 0.6.0
Browse files Browse the repository at this point in the history
This also switches to a maintained fork of harmonia as discussed in NixOS#221498
  • Loading branch information
Mic92 authored and SuperSandro2000 committed Jul 1, 2023
1 parent c0a79ff commit 679e35e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/package-management/harmonia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "harmonia";
version = "0.2.0";
version = "0.6.0";

src = fetchFromGitHub {
owner = "helsinki-systems";
owner = "nix-community";
repo = pname;
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-deqF6xDz3oCA1W8X8U1FD1gPYfxinZzpSuRKyaPDN/Y=";
hash = "sha256-BD61xBNlHvw3gsgfU2FgNsGpqkHbGZ+qvVfBYgQ1TJY=";
};

cargoHash = "sha256-eur3tg2w2WTA+JkOwTLwQzDZX7QN2xV4K0FIn7JN/rM=";
cargoHash = "sha256-xok7LutDrrN+lg+Nj8bG/XjMytybo+DOrd7o64PXBIE=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 679e35e

Please sign in to comment.