prqlc: 0.10.1 -> 0.11.1
This commit is contained in:
parent
ddd6c029b5
commit
7f364a5a9c
1 changed files with 3 additions and 3 deletions
|
@ -12,16 +12,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "prqlc";
|
pname = "prqlc";
|
||||||
version = "0.10.1";
|
version = "0.11.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prql";
|
owner = "prql";
|
||||||
repo = "prql";
|
repo = "prql";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-E6++xmEzY9Ndq4RCKALEHF9mh1E1NBME1gaJN70O2sE=";
|
hash = "sha256-XKb19qevscNjFUMtLL1nk7fXJuPOyQYZvZ3/4BHS0jo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-WLJ9XrtCXDGfqhSccSdel28EARNxZgoGbC6B+W9CsTc=";
|
cargoHash = "sha256-cZkXz9sXfFo0OBQDrHKUfYJsTH1RiLEFb4xU6TDaZUQ=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Reference in a new issue