Unverified Commit ffbf48d0 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

pimsync: 0.2.0 -> 0.3.0 (#387493)

parents aee75505 1c600299
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@

rustPlatform.buildRustPackage rec {
  pname = "pimsync";
  version = "0.2.0";
  version = "0.3.0";

  src = fetchFromSourcehut {
    owner = "~whynothugo";
    repo = "pimsync";
    rev = "v${version}";
    hash = "sha256-mNOKAnBpCo4LFn7l16UG7V3cCJkUhRxhB/0jwoPLttM=";
    hash = "sha256-IY+5n4sWlOzD29ERQ7CEsES0BizV68qnZt5NwCjLlfY=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-2Uj+dDtuykQx1tBSGN3AE3Bz904bHfkbhKN3VIeG40M=";
  cargoHash = "sha256-QRbjv8k7JEktHjfwJGwVReu9lynB817edsyClOoAwoA=";

  PIMSYNC_VERSION = version;