painload: c113487 -> a963b45

This commit is contained in:
tv 2022-01-11 20:36:04 +01:00
parent 16aad34f14
commit decef6d478

View File

@ -1,7 +1,9 @@
{ fetchgit, ... }:
{ pkgs }:
fetchgit {
url = https://github.com/krebs/painload;
rev = "c113487f73713a03b1a139b22bb34b86234d0495";
sha256 = "1irxklnmvm8wsa70ypjahkr8rfqq7357vcy8r0x1sfncs1hy6gr6";
pkgs.fetchFromGitHub {
owner = "krebs";
repo = "painload";
rev = "a963b45d5a3921f19189575420cc7f8f946345b5";
sha256 = "03q8rxpzy4l9nd4wv0107s0ck3dhfzkfy1rabf8srabkwl0c3vsc";
fetchSubmodules = true;
}