Unverified Commit d5231346 authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

halloy: 2024.14 -> 2025.1 (#378983)

parents f5be41ba f3707363
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,17 +18,17 @@

rustPlatform.buildRustPackage rec {
  pname = "halloy";
  version = "2024.14";
  version = "2025.1";

  src = fetchFromGitHub {
    owner = "squidowl";
    repo = "halloy";
    tag = version;
    hash = "sha256-Tns0Jd5v+lizU7NMVqS/hoqjHhmqrc9VVawjoZvhk78=";
    hash = "sha256-QBuZFlZf9ORXJU9CXi0a7IQcmTqHgOi4Eqd5pKWdU1g=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-K1xbJK7kJsDON+Nd8cUK+yZO2sAXAnA9bcYz7bTSbro=";
  cargoHash = "sha256-+nNJPeQno6xTa42jBIaNWTzvoKWMSrfdCKBgMs1vPYU=";

  nativeBuildInputs = [
    copyDesktopItems