Skip to content

Commit

Permalink
finalfusion-utils: 0.11.2 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored and alyssais committed Aug 19, 2020
1 parent 4e5a9e5 commit 1b71929
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "finalfusion-utils";
version = "0.11.2";
version = "0.12.0";

src = fetchFromGitHub {
owner = "finalfusion";
repo = pname;
rev = version;
sha256 = "1y2ik3qj2wbjnnk7bbglwbvyvbm5zfk7mbd1gpxg4495nzlf2jhf";
sha256 = "0gxcjrhfa86kz5qmdf5h278ydc3nc0nfj61brnykb723mg45jj41";
};

cargoSha256 = "19yay31f76ns1d6b6k9mgw5mrl8zg69y229ca6ssyb2z82gyhsnw";
cargoSha256 = "03p786hh54zql61vhmsqcdgvz23v2rm12cgwf7clfmk6a6yj6ibx";

# Enables build against a generic BLAS.
cargoBuildFlags = [
Expand Down

0 comments on commit 1b71929

Please sign in to comment.