Commit 5cf3f4b4 authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

faircamp: 1.4.0 -> 1.4.2

parent 4e7293ce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,19 +15,19 @@

rustPlatform.buildRustPackage rec {
  pname = "faircamp";
  version = "1.4.0";
  version = "1.4.2";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "simonrepp";
    repo = "faircamp";
    rev = version;
    hash = "sha256-41mec9AdNdWRJz+5xFU7to/4LxIb7fEgm1EQVMAtyto=";
    hash = "sha256-68wo95SjiCBS8cikMGZpnpYx7AqyIQ/szXMorirwVPk=";
  };

  useFetchCargoVendor = true;

  cargoHash = "sha256-xLRoI4MN1DApL4jXBXnMzsqTaOVUn2FZy3o2mTetvJ8=";
  cargoHash = "sha256-YyzzkWgjEKl46CfAkbFdum+AWCO0YGTXDh86mtHtCQs=";

  buildFeatures = [ "libvips" ];