fuc: 1.1.6 -> 1.1.7

This commit is contained in:
Theodore Ni 2023-08-28 18:43:12 -07:00
parent 8f1fe3ca06
commit f80a6e17d3
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474
2 changed files with 3 additions and 16 deletions

View file

@ -1,11 +0,0 @@
diff --git a/cpz/src/main.rs b/cpz/src/main.rs
index 4e7ce8d..0d0922d 100644
--- a/cpz/src/main.rs
+++ b/cpz/src/main.rs
@@ -1,5 +1,6 @@
#![feature(once_cell)]
#![feature(let_chains)]
+#![feature(main_separator_str)]
use std::{
borrow::Cow,

View file

@ -7,18 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "fuc";
version = "1.1.6";
version = "1.1.7";
src = fetchFromGitHub {
owner = "SUPERCILEX";
repo = "fuc";
rev = version;
hash = "sha256-kbEIZljIWs/GYOQ/XCBgWsBcEwm05bf7bZmAwq+eWXo=";
hash = "sha256-Ii0X2QGvUE+wDD7pKN3Mws4VqnwGJFdpjjv3oJRn/pY=";
};
patches = [ ./add_missing_feature.patch ];
cargoHash = "sha256-AD3LdBMmyf6xM7sWUDxYZs3NltnAkEfAdxYLAbnRM4M=";
cargoHash = "sha256-08MQCKfkusnE9fuuJOlKeDESwmf8ajU7qMjujN2o5bU=";
RUSTC_BOOTSTRAP = 1;