Unverified Commit 024fec4b authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

Merge pull request #257141 from onemoresuza/wallust

wallust: 2.6.1 -> 2.7.1
parents 203d7416 8f395bb3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,17 +4,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "wallust";
  version = "2.6.1";
  version = "2.7.1";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "explosion-mental";
    repo = pname;
    rev = version;
    hash = "sha256-xcsOOA6esvIhzeka8E9OvCT8aXMWWSHO4lNLtaocTSo=";
    hash = "sha256-WhL2HWM1onRrCqWJPLnAVMd/f/xfLrK3mU8jFSLFjAM=";
  };

  cargoSha256 = "sha256-YDIBn2fjlvNTYwMVn/MkID/EMmzz4oLieVgG2R95q4M=";
  cargoSha256 = "sha256-pR2vdqMGJZ6zvXwwKUIPjb/lWzVgYqQ7C7/sk/+usc4= ";

  meta = with lib; {
    description = "A better pywal";