mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
lout: 3.43.1 -> 3.43.2
This commit is contained in:
parent
74fd8e36e6
commit
bead97f7da
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "lout";
|
||||
version = "3.43.1";
|
||||
version = "3.43.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "william8000";
|
||||
repo = "lout";
|
||||
rev = version;
|
||||
hash = "sha256-bXLhkJqhv8pftDZYv6vn9ycy5u3vde+m3gCPvWJz2M8=";
|
||||
hash = "sha256-8WMRnlb1EGtUo8g9yoIBinKb1ICZMqUZka/5950Lc1M=";
|
||||
};
|
||||
|
||||
buildInputs = [ ghostscript ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue