Merge pull request #314190 from r-ryantm/auto-update/drawterm

drawterm: 0-unstable-2024-04-23 -> 0-unstable-2024-05-23
This commit is contained in:
Nick Cao 2024-05-24 09:13:00 -04:00 committed by GitHub
commit a8f5677351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation {
pname = "drawterm";
version = "0-unstable-2024-04-23";
version = "0-unstable-2024-05-23";
src = fetchFrom9Front {
owner = "plan9front";
repo = "drawterm";
rev = "c0951f2a3182d8b70ffe579bfd9da24c2b86e232";
hash = "sha256-7y2Mte6R4yeayxdFSFGb9Q5M/GQwqyFb+AW/BFsQeZc=";
rev = "8391a9e364622cb7d85e128b427fb96c75e18265";
hash = "sha256-YHko0lCCn7SydnKbepZpt4Ua6NdvuPD3Y3ZQ1Ysb0+g=";
};
enableParallelBuilding = true;