Unverified Commit e12ecaee authored by Braian A. Diez's avatar Braian A. Diez
Browse files

fum: 0.9.17 -> 1.0.1

parent a734b4c2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "fum";
  version = "0.9.17";
  version = "1.0.1";

  src = fetchFromGitHub {
    owner = "qxb3";
    repo = "fum";
    tag = "v${version}";
    hash = "sha256-E9Z8bs5bdNcXHRJIkzcISIz8R1wnZu8sO6tXQp+5bpQ=";
    hash = "sha256-0359ThCHM14uSQFNoKWm88Bk3aOxyhkulSvoXcpNJMc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-yrDukkbbXqS2iAdtY4WZS6VkqSbyeBXWkn2Od4+mWLw=";
  cargoHash = "sha256-XyMf9v9Pfl+j2E1BnNl8SkDvu/0LZ6av9/dsDc0zA8U=";

  nativeBuildInputs = [
    autoPatchelfHook