tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pastesrht: 0.10.3 -> 0.11.1
authored by
Edmund Wu
and committed by
Jon
5 years ago
f38d72aa
77f7c9b8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
sourcehut
paste.nix
+2
-2
pkgs/applications/version-management/sourcehut/paste.nix
···
4
5
buildPythonPackage rec {
6
pname = "pastesrht";
7
-
version = "0.10.3";
8
9
src = fetchgit {
10
url = "https://git.sr.ht/~sircmpwn/paste.sr.ht";
11
rev = version;
12
-
sha256 = "0sbs591ackrml09jmml4jspnbbqxqdmqy1c1j2rrvms6jcpkhlwb";
13
};
14
15
patches = [
···
4
5
buildPythonPackage rec {
6
pname = "pastesrht";
7
+
version = "0.11.1";
8
9
src = fetchgit {
10
url = "https://git.sr.ht/~sircmpwn/paste.sr.ht";
11
rev = version;
12
+
sha256 = "vk+h9gQX9KeynjulDaK/vHpKeRQAjVyxk7ttKG27ZIo=";
13
};
14
15
patches = [