Skip to content

Commit

Permalink
packages: Updated coffeepaste
Browse files Browse the repository at this point in the history
  • Loading branch information
aftix committed Dec 21, 2024
1 parent 88934b5 commit e5437de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/coffeepaste/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "coffeepaste";
version = "1.5.1";
version = "ab480656fdd85edbe810ebce8a43c804febb1eab";

src = fetchFromSourcehut {
domain = "sr.ht";
Expand All @@ -18,7 +18,9 @@ rustPlatform.buildRustPackage rec {
rev = "92795c856c6227d334635538d5176f6fe34de988";
hash = "sha256-zsdLUdTiqnnYRe17HndoAfOWGGB08UBsXP6A7FpG1Sc=";
};
cargoLock.lockFile = "${src}/Cargo.lock";
cargoLock = {
lockFile = "${src}/Cargo.lock";
};

buildInputs = [glib gexiv2];
nativeBuildInputs = [pkg-config];
Expand Down

0 comments on commit e5437de

Please sign in to comment.