Unverified Commit ada27c75 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #266496 from SuperSandro2000/nextcloud-notify_push

nextcloud-notify_push: 0.6.3 -> 0.6.5
parents 8f3f6a2a 1a6f28cb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "notify_push";
  version = "0.6.3";
  version = "0.6.5";

  src = fetchFromGitHub {
    owner = "nextcloud";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-5Vd8fD0nB2POtxDFNVtkJfVEe+O8tjnwlwYosDJjIDA=";
    hash = "sha256-go41ZIUBj1nj8rDI/c4Pk5cnDbM8Y2+bCZIab4XdhUY=";
  };

  cargoHash = "sha256-TF4rL7KXsbfYiEOfkKRyr3PCvyocq6tg90OZURZh8f8=";
  cargoHash = "sha256-EuYwPQo2TucAaQw63pESkJGAtyuMhk3JT6mBg6E84Xs=";

  passthru = rec {
    test_client = rustPlatform.buildRustPackage {
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {

      buildAndTestSubdir = "test_client";

      cargoHash = "sha256-ES0LBKirOUqXOtA9O2KouA+NWisIMoe8XhmnTC8w1cg=";
      cargoHash = "sha256-m4FHCrVGAmGIrgnMMleiTRgYGYh+b7EIH1ORE0tiBkY=";
    };
    tests = {
      inherit (nixosTests.nextcloud) with-postgresql-and-redis26;